MyNewsletterBuilder API
Overview Quick Start Examples Downloads
 
CampaignBounces < Return to Method List
array CampaignBounces(integer $id [, integer $page, integer $limit, string $type])
Retrieve a list of subscribers that had their emails bounce from a campaign. Cacheable
Parameters
integer id The campaign id to get data for.
integer page OPTIONAL. The page of data to return (based on limit). Default = 0.
integer limit OPTIONAL. The total amount of data to return. Default = 1000. [0 - 10000]
string type OPTIONAL. The type of bounces to return. Default = 'ALL'. ['HARD', 'SOFT', 'ALL']
Return Value
array Returns an array of keyed structures containing subscriber data with the following keys:

integer id The subscriber id.
string email The subscriber's email address.
string processed The date/time the bounce was recorded. YYYY-MM-DD HH:II:SS
 
 
Copyright © 2003- MyNewsletterBuilder, Inc.