curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/benchmarking/latency \
--header 'Authorization: Bearer <token>'{
"results": {
"data": {
"tag_latency_50th": {
"publisher": 321,
"cohort": 1266.4750000015001,
"network": 1940.4429240829681
},
"page_latency_50th": {
"publisher": 0,
"cohort": 248.40000000325,
"network": 295.24958114288495
},
"unit_latency_50th": {
"publisher": 362.688137429,
"cohort": 368.6096215033333,
"network": 510.5915772806689
},
"ad_latency_50th": {
"publisher": 13904.090263773,
"cohort": 1182.8461837016666,
"network": 1115.5947331419138
}
}
},
"success": true
}Returns latency benchmarking data
curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/benchmarking/latency \
--header 'Authorization: Bearer <token>'{
"results": {
"data": {
"tag_latency_50th": {
"publisher": 321,
"cohort": 1266.4750000015001,
"network": 1940.4429240829681
},
"page_latency_50th": {
"publisher": 0,
"cohort": 248.40000000325,
"network": 295.24958114288495
},
"unit_latency_50th": {
"publisher": 362.688137429,
"cohort": 368.6096215033333,
"network": 510.5915772806689
},
"ad_latency_50th": {
"publisher": 13904.090263773,
"cohort": 1182.8461837016666,
"network": 1115.5947331419138
}
}
},
"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
Filters data outliers that might otherwise skew charts
on, off Excludes publisher data from the Network and Cohort for users organisation
yes, no Was this page helpful?