Retrieve the purchase summary for a pixel
GET/pixels/:pixel_id/purchase-summary
Retrieve the purchase summary for a pixel within a given date interval. The maximum interval is 60 days between the from and to dates. The response includes the total number of purchase events and the total value of the purchase events for each currency.
The client ID must have the shop_user
role.
Request
Responses
- 200
- 400
- 401
- 404
A Bad Request response indicates that the server cannot or will not process the request due to something that is perceived to be a client error
An Unauthorized response indicates that the request has not been applied because it lacks valid authentication credentials for the target resource
A Not Found response indicates that the origin server did not find a current representation for the target resource