MyNewsletterBuilder API
Overview Quick Start Examples Downloads
 
CampaignOpens < Return to Method List
array CampaignOpens(integer $id [, integer $page [, integer $limit]])
Retrieve a list of subscribers that opened a campaign (with "view images"). 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.
integer count The number of times the subscriber opened the email.
string first_open The date/time the message was first opened. YYYY-MM-DD HH:II:SS
string last_open The date/time the message was last opened. YYYY-MM-DD HH:II:SS
 
 
Copyright © 2003- MyNewsletterBuilder, Inc.