Back to Documentation Overview
campaignUnsubscribes
public static campaignUnsubscribes(string uid, string cid, int start, int limit)
Get all unsubscribed email addresses for a given campaign
- Section:
- Campaign Stats
- Parameters:
uid the id for your user account. Get by calling login($user, $pass) cid the campaign id to pull bounces for (can be gathered using campaigns($id)) 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 - list of email addresses that unsubscribed from this campaign
|
Add New Note
User Contributed Notes for
campaignUnsubscribes |
|---|
| No notes, yet... Will you be the first?? |