3

I'm looking for the equivalent of the older campaignSubscriberActivity export options. Specifically, I need to get all activity for campaign since a certain date. Is that possible in 3.0?

ekad
  • 14,436
  • 26
  • 44
  • 46
olessia
  • 31
  • 3

3 Answers3

0

As I see in the 3.0 API References You cant filter the date. So you have to filter the response.

TeddySnow
  • 11
  • 5
0

You can use

GET /reports/{campaign_id}/email-activity

https://developer.mailchimp.com/documentation/mailchimp/reference/reports/email-activity/

Baum mit Augen
  • 49,044
  • 25
  • 144
  • 182
0

Use the since parameter on your requests to API 3.0.

Like Sergey Shushert said, you can use the reports endpoint to get open, click, and other activity for a campaign. The since parameter lets you filter by date. For instance, https://mailchimp.com/developer/marketing/api/open-reports/list-campaign-open-details/

David Mann
  • 1,874
  • 2
  • 16
  • 19