{
"auctions": {
"lost": 123,
"percentageWon": 123,
"won": 123
},
"clicks": {
"adSpent": 123,
"adSpentDecimal": "<string>",
"charged": 123,
"total": 123
},
"impressions": {
"adSpent": 123,
"adSpentDecimal": "<string>",
"charged": 123,
"total": 123
},
"purchases": {
"amount": 123,
"count": 123,
"countByProduct": {},
"quantity": 123
}
}
Endpoint to get a campaign’s total behavioral summary report between given dates.
{
"auctions": {
"lost": 123,
"percentageWon": 123,
"won": 123
},
"clicks": {
"adSpent": 123,
"adSpentDecimal": "<string>",
"charged": 123,
"total": 123
},
"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 start date for which reports will be generated.
The end date for which reports will be generated.
Successful Response
Auctions information attributed to this report item in addition to normal report data.