Email Campaigns Reporting API - Filtering by created_time to get contacts interaction within a camp
Is there a way to filter this endpoint /reports/email_reports/{campaign_activity_id}/tracking/didnotopens to only return the changes (if a contact clicked, opened, didnotopen ..etc ) within a campaign activity on specific date range or by the created_time
?
We want all the historical data for clicks, opens, ..etc, from all the email campaigns we sent out, and we have to pass in every single campaign activity id if we use one of these endpoints https://developer.constantcontact.com/api_guide/email_reporting_overview.html to be able to see what contacts interacted to each campaign activity. Is there any endpoint with filters we can use to check if there's a change on clicks or opens, ..etc to campaign activity so we know for sure that campaign needs to download to record the change else we can skip that campaign because there's no change and go to the next campaign.Â
Â
Thank you so much.