{
"hasMore": true,
"nextPage": "SSBzb2xlbW5seSBzd2VhciB0aGF0IEkgYW0gdXAgdG8gbm8gZ29vZAo=",
"reports": [
{
"clicks": {
"adSpent": 123,
"adSpentDecimal": "<string>",
"charged": 123,
"total": 123
},
"date": "2023-12-25",
"impressions": {
"adSpent": 123,
"adSpentDecimal": "<string>",
"charged": 123,
"total": 123
},
"purchases": {
"amount": 123,
"count": 123,
"countByProduct": {},
"quantity": 123
}
}
]
}
Endpoint to get a campaign’s daily behavioral summary report between given dates.
{
"hasMore": true,
"nextPage": "SSBzb2xlbW5seSBzd2VhciB0aGF0IEkgYW0gdXAgdG8gbm8gZ29vZAo=",
"reports": [
{
"clicks": {
"adSpent": 123,
"adSpentDecimal": "<string>",
"charged": 123,
"total": 123
},
"date": "2023-12-25",
"impressions": {
"adSpent": 123,
"adSpentDecimal": "<string>",
"charged": 123,
"total": 123
},
"purchases": {
"amount": 123,
"count": 123,
"countByProduct": {},
"quantity": 123
}
}
]
}
A valid API key generated in Topsort's UI.
The ID of the campaign.
The pagination limit.
0 <= x <= 100
Pagination cursor as provided in an earlier response. If provided will fetch the next page of results.
The start date for which reports will be generated.
The end date for which reports will be generated.
Whether to include the purchase count by product inside purchases. Defaults to False.
Successful Response
Response for daily aggregation reports