Endpoint to get a marketplace’s total behavioral summary report between given dates.
curl --request GET \
--url https://api.topsort.com/public/v1/reporting-service/marketplace
{
"clicks": {
"adSpent": 123,
"charged": 123,
"total": 123
},
"impressions": {
"adSpent": 123,
"charged": 123,
"total": 123
},
"purchases": {
"amount": 123,
"count": 123,
"countByProduct": {},
"quantity": 123
}
}
The start date for which reports will be generated.
The end date for which reports will be generated.
Successful Response
Clicks, impressions and purchases attributed to this report item so far.
curl --request GET \
--url https://api.topsort.com/public/v1/reporting-service/marketplace
{
"clicks": {
"adSpent": 123,
"charged": 123,
"total": 123
},
"impressions": {
"adSpent": 123,
"charged": 123,
"total": 123
},
"purchases": {
"amount": 123,
"count": 123,
"countByProduct": {},
"quantity": 123
}
}
Endpoint to get a marketplace’s total behavioral summary report between given dates.
curl --request GET \
--url https://api.topsort.com/public/v1/reporting-service/marketplace
{
"clicks": {
"adSpent": 123,
"charged": 123,
"total": 123
},
"impressions": {
"adSpent": 123,
"charged": 123,
"total": 123
},
"purchases": {
"amount": 123,
"count": 123,
"countByProduct": {},
"quantity": 123
}
}
The start date for which reports will be generated.
The end date for which reports will be generated.
Successful Response
Clicks, impressions and purchases attributed to this report item so far.
curl --request GET \
--url https://api.topsort.com/public/v1/reporting-service/marketplace
{
"clicks": {
"adSpent": 123,
"charged": 123,
"total": 123
},
"impressions": {
"adSpent": 123,
"charged": 123,
"total": 123
},
"purchases": {
"amount": 123,
"count": 123,
"countByProduct": {},
"quantity": 123
}
}