There is a link for receiving data usage on Bidease SSP:
https://dsp-export-api.bidease.com/stats?token={ACCESS_TOKEN}&type={TYPE}&startDate={START_DATE}&endDate={END_DATE}
token={ACCESS_TOKEN}
is the token to get the statistics.
To receive an access token, please email [email protected]
type={TYPE}
is one of two:
day (result will be grouped by day)
total (there will be only one row with aggregated totals)
startDate={YYYY-MM-DD}
is the start date for statistic retrieval, and it’s inclusive
endDate={YYYY-MM-DD}
is the end date for statistic retrieval, and it’s exclusive
All dates are in UTC timezone
Optional parameters (do not use them unless you are sure they are needed)
bids={true/false}
– turns on/off is the option to return bids amount (default is false)
wins={true/false}
– turns on/off is the option to return wins amount (default is false)
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article