Get Marketplace Daily Report
Endpoint to get a marketplace’s daily behavioral summary report between given dates.
Authentication
Topsort’s APIs are authenticated via bearer tokens. Requests must include an authorization header containing your private API key.
Don't have an API key yet? Learn how to generate one.
The header containing a private API key. Format this header as follows:
Authorization: Bearer <YOUR-API-KEY>
Query Parameters
object
The pagination limit.
The pagination limit.
A token provided in a previous response. If not empty, it is used to retrieve the page that follows.
A token provided in a previous response. If not empty, it is used to retrieve the page that follows.
The start date for which reports will be generated.
The start date for which reports will be generated.
The end date for which reports will be generated.
The end date for which reports will be generated.
Responses
Successful Response
Response for daily aggregation reports
object
Whether this is the last page of results or not.
A token to retrieve the next page of results.
A list with report data aggregated by day.
Clicks, impressions and purchases attributed to this report item so far, for a particular date
object
How many clicks are attributed to this report item.
object
Ad spent over a period of time, in minor units of currency according to ISO 4217.
Number of charged events.
Total number of events.
The date for this aggregation.
How many impressions are attributed to this report item.
object
Ad spent over a period of time, in minor units of currency according to ISO 4217.
Number of charged events.
Total number of events.
How many purchases are attributed to this report item.
object
Amount of money made by purchases over a period of time, in minor units of currency according to ISO 4217.
Amount of purchase events.
Purchase count by product. Available if count_by_product
is set to true
.
object
Amount of items purchased.
Validation Error