« Back to Documentation Overview

campaignClickDetailAIM – v1.3

 campaignClickDetailAIM(string apikey, string cid, string url, int start, int limit)

Return the list of email addresses that clicked on a given url, and how many times they clicked

Section
Campaign Report Data
Parameters
apikey a valid API Key for your user account. Get by visiting your API dashboard
cid the campaign id to get click stats for (can be gathered using campaigns())
url the URL of the link that was clicked on
start optional - for large data sets, the page number to start at - defaults to 1st page of data (page 0)
limit optional - for large data sets, the number of results to return - defaults to 1000, upper limit set at 15000
Returns
array array containing the total records matched and the specific records for this page
inttotalthe total number of records matched
arraydatathe email addresses that did not open the campaign
stringemailEmail address that opened the campaign
intclicksTotal number of times the URL was clicked on by this email address