curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/benchmarking/ad-delivery \
--header 'Authorization: Bearer <token>'{
"results": {
"data": {
"ad_load": {
"publisher": 12268,
"cohort": 785611.3333333334,
"network": 190261.2808219178
},
"ad_miss": {
"publisher": 85,
"cohort": 31880.666666666668,
"network": 95260.39726027397
},
"ad_requests": {
"publisher": 12353,
"cohort": 817492,
"network": 285521.6780821918
},
"viewable_impressions": {
"publisher": 913217,
"cohort": 426144,
"network": 138893.93835616438
},
"impressions": {
"publisher": 1076244,
"cohort": 699683.3333333334,
"network": 173714.31506849316
},
"clicks": {
"publisher": 0,
"cohort": 179.66666666666666,
"network": 14.678082191780822
}
}
},
"success": true
}Returns Ad delivery benchmarking data for load rates, CTR, fill rate, and viewability metrics
curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/benchmarking/ad-delivery \
--header 'Authorization: Bearer <token>'{
"results": {
"data": {
"ad_load": {
"publisher": 12268,
"cohort": 785611.3333333334,
"network": 190261.2808219178
},
"ad_miss": {
"publisher": 85,
"cohort": 31880.666666666668,
"network": 95260.39726027397
},
"ad_requests": {
"publisher": 12353,
"cohort": 817492,
"network": 285521.6780821918
},
"viewable_impressions": {
"publisher": 913217,
"cohort": 426144,
"network": 138893.93835616438
},
"impressions": {
"publisher": 1076244,
"cohort": 699683.3333333334,
"network": 173714.31506849316
},
"clicks": {
"publisher": 0,
"cohort": 179.66666666666666,
"network": 14.678082191780822
}
}
},
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Publisher ID
Date range. All ranges exclude today and run up to yesterday
custom, all_time, seven_days, fourteen_days, thirty_days, three_months, six_months, week_to_date, month_to_date, quarter_to_date, year_to_date, last_week, last_month, last_quarter, last_year, month_on_month, quarter_on_quarter, yesterday Start date when range=custom
End date when range=custom
Revenue source, SaaS or Plug&Play (pap)
all, pap, saas Environment or platform to report from
all, app, web Excludes publisher data from the Network and Cohort for users organisation
yes, no Was this page helpful?