Activity

Overview

The Activity endpoint is used to request activity details (bounces, clicks, form submissions, opt-out requests, sends, and updates)for a specified recipient. The endpoint provides a variety of different means for identifying that recipient.

Note: This endpoint has been temporarily deactivated; please speak to your Client Services Representative if you have any questions.

For more details on how to set up an Activity API request, please see the Activity API Technical Guide.

  • Endpoint (North America): https://api.eccmp.com/services2/api/Activity

  • Endpoint (Europe): https://api.ccmp.eu/services2/api/Activity

  • Endpoint (Japan): https://api.marketingsuite.jp/services2/api/Activity

GET Method

This endpoint supports the following GET operations:

  1. Retrieve all activity for a recipient by providing the table's Entity ID and the recipient's Primary Key ID; you can optionally filter the response by activity type.

  2. Retrieve all activity for a recipient record by providing the Table Name and the recipient's Primary Key ID; you can optionally filter the response by activity type. 

  3. Retrieveall activity for a recipient by providing the table's Entity ID and the recipient's Alternate Key ID.

  4. Retrieve all activity for a recipient record by providing the Table Name and the recipient's Alternate Key ID.

Click here to see a sample response message in JSON format.