Back to Documentation Overview
campaignBounces
public static campaignBounces(string uid, string cid)
Get all bounced email addresses for a given campaign
DEPRECATED: campaignBounces() has been deprecated and will be removed completely in a future release. see campaignHardBounces() and campaignSoftBounces() for replacements.
- Section:
- Campaign Stats
- Deprecated:
- See campaignHardBounces() and campaignSoftBounces() for replacements
- Parameters:
uid the id for your user account. Get by calling login($user, $pass) cid the campaign id to pull bounces for (can be gathered using campaigns($id)) - Returns:
- struct - Struct of arrays of bounced email addresses (hard and soft)
- Returned Fields:
array hard Array of all email addresses that had Hard bounces for this campaign array soft Array of all email addresses that had Soft bounces for this campaign array syntax Array of all email addresses that had syntax errors in them (historical - always empty)
|
Add New Note
User Contributed Notes for
campaignBounces |
|---|
| No notes, yet... Will you be the first?? |