MyNewsletterBuilder API
Overview Quick Start Examples Downloads
 
CampaignUrls < Return to Method List
array CampaignUrls(integer $id)
For campaigns with link-tracking enabled, retrieve a list of URLs that we are tracking. Cacheable
Parameters
integer id The campaign id to get data for.
Return Value
array Returns an array of keyed structures with the following keys:

integer id The URL id.
string link The URL specified in the href attribute.
string title The text (or markup) for the link.
integer unique The number of subscribers that clicked the link.
integer total The total number of times the link was clicked.
 
 
Copyright © 2003- MyNewsletterBuilder, Inc.