get https://{region}-api.dotdigital.com/v2/campaigns//activities/since-date/
Gets a list of contacts who were sent a campaign, and retrieves only those contacts who showed activity (e.g. they clicked, opened) after a specified date
Recipes
📑
Exporting data from email campaign reports
Open Recipe
This operation returns a list of contacts along with a summary report of each contact's activity in relation to a specified campaign since a specified date.
Larger page size supported
The maximum amount of records is 2000 which you pass via the select query parameter; we encourage you to use the maximum page size for efficiency.
To learn about pagination in our API, check out Paging through data.