Click here to view API documentation concerning the /reportsendpoint
The /data endpoint allows you to find and retrieve Attribution report metrics for one or more reports.
If you request data for a single report, the result will be returned to you synchronously. If you request data for multiple reports, the result will be made available at our /data/{requestId} endpoint. These results will be available for 30 days. More information about these workflows can be found in Examples & Templates.
Formatted Responses
The default responses are provided in JSON format. For a CSV formatted response, add ".csv" to the URL:
Array of Placement or Custom Report IDs. If a single reportId is specified, the result will be returned synchronously. If multiple reportIds are specified, the result will be returned asynchronously.
Result. A Result is returned if the request is complete. (This object has the same structure as the Result returned from the /data endpoint)
status
Object
Status. A Status is returned if the request is incomplete. (This object has the shape as the Status returned from the /data endpoint, but only includes the status and optional query keys)