curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/revenue/totals \
--header 'Authorization: Bearer <token>'{
"results": {
"yesterday": 25792.122269478,
"yesterday_compare": 25413.466665326,
"week_to_date": 204629.599185989,
"week_to_date_compare": 200583.540887664,
"month_to_date": 592520.825958534,
"month_to_date_compare": 578164.243676551,
"thirty_days": 753751.94783636,
"thirty_days_compare": 759277.51640302,
"last_week": 204629.599185989,
"last_week_compare": 200583.540887664,
"last_month": 766977.356531357,
"last_month_compare": 910711.662441853
},
"success": true
}Returns top level revenue stats for fixed date periods
curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/revenue/totals \
--header 'Authorization: Bearer <token>'{
"results": {
"yesterday": 25792.122269478,
"yesterday_compare": 25413.466665326,
"week_to_date": 204629.599185989,
"week_to_date_compare": 200583.540887664,
"month_to_date": 592520.825958534,
"month_to_date_compare": 578164.243676551,
"thirty_days": 753751.94783636,
"thirty_days_compare": 759277.51640302,
"last_week": 204629.599185989,
"last_week_compare": 200583.540887664,
"last_month": 766977.356531357,
"last_month_compare": 910711.662441853
},
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Publisher ID
Revenue type
gross, net Revenue source, SaaS or Plug&Play (pap)
all, pap, saas App or web environment
all, app, web Was this page helpful?