The Report endpoint provides information about Cheetah Messaging Campaign Reports.
For more details on how to set up a Report API request, please see the Report API Technical Guide.
Endpoint (North America): https://api.eccmp.com/services2/api/Report
Endpoint (Europe): https://api.ccmp.eu/services2/api/Report
Endpoint (Japan): https://api.marketingsuite.jp/services2/api/Report
The Report endpoint supports the following GET operations. These operations are intended to retrieve information about an existing Campaign Report.
This endpoint allows you to retrieve the "Share URL" for a Campaign Report by providing the Campaign's Object Reference ID. This URL can be sent to other people, allowing them to view the Campaign Report, without having to set them up as users of the platform, or providing other special access.
Click hereClick here to see a sample response message in JSON format.
"http://login.eccmp.com/ux/svc/report/report.ashx?sg2=91e0d2700e03j43kc8b8a4cacfddb31bc"
This endpoint allows you to retrieve the contents of a Campaign Report by providing the Campaign's Object Reference ID. The response message will contain all of the metrics and statistics from the Campaign Report.
The Report endpoint supports a PUT operation. This endpoint allows you to refresh the statistics for a Campaign Report, and retrieve the report contents. You must provide the Campaign's Object Reference ID.
Back to API Category - Reporting