MyNewsletterBuilder API
Overview Quick Start Examples Downloads
 
CampaignSubscribes < Return to Method List
array CampaignSubscribes(integer $id [, integer $page [, integer $limit]])
Retrieve a list of subscribers that joined through 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]
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 subscriber joined. YYYY-MM-DD HH:II:SS
 
 
Copyright © 2003- MyNewsletterBuilder, Inc.