Back to Documentation Overview
campaignClickDetailAIM
public static campaignClickDetailAIM(string uid, 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 AIM
- Parameters:
uid the id for your user account. Get by calling login($user, $pass) cid the campaign id to get click stats for (can be gathered using campaigns($id)) 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 of structs containing email addresses and click counts
- Returned Fields:
string email Email address that opened the campaign integer clicks Total number of times the URL was clicked on by this email address
|
Add New Note
User Contributed Notes for
campaignClickDetailAIM |
|---|
| No notes, yet... Will you be the first?? |