curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/benchmarking/cwv \
--header 'Authorization: Bearer <token>'{
"results": {
"dates": [
"2025-11-23"
],
"data": {
"cls": {
"publisher": [
0
],
"cohort": [
0
],
"network": [
0.011144988180124224
]
},
"fcp": {
"publisher": [
508
],
"cohort": [
421.5
],
"network": [
1286.6640625033813
]
},
"lcp": {
"publisher": [
814
],
"cohort": [
544
],
"network": [
1948.6943037971896
]
},
"inp": {
"publisher": [
168
],
"cohort": [
153.3933265925
],
"network": [
194.38061701099994
]
}
},
"totals": {
"cls": {
"publisher": 0,
"cohort": 0,
"network": 0.011144988180124224
},
"fcp": {
"publisher": 508,
"cohort": 421.5,
"network": 1286.6640625033813
},
"lcp": {
"publisher": 814,
"cohort": 544,
"network": 1948.6943037971896
},
"inp": {
"publisher": 168,
"cohort": 153.3933265925,
"network": 194.38061701099994
}
}
},
"success": true
}Returns Core Web Vital (CWV) benchmarking data
curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/benchmarking/cwv \
--header 'Authorization: Bearer <token>'{
"results": {
"dates": [
"2025-11-23"
],
"data": {
"cls": {
"publisher": [
0
],
"cohort": [
0
],
"network": [
0.011144988180124224
]
},
"fcp": {
"publisher": [
508
],
"cohort": [
421.5
],
"network": [
1286.6640625033813
]
},
"lcp": {
"publisher": [
814
],
"cohort": [
544
],
"network": [
1948.6943037971896
]
},
"inp": {
"publisher": [
168
],
"cohort": [
153.3933265925
],
"network": [
194.38061701099994
]
}
},
"totals": {
"cls": {
"publisher": 0,
"cohort": 0,
"network": 0.011144988180124224
},
"fcp": {
"publisher": 508,
"cohort": 421.5,
"network": 1286.6640625033813
},
"lcp": {
"publisher": 814,
"cohort": 544,
"network": 1948.6943037971896
},
"inp": {
"publisher": 168,
"cohort": 153.3933265925,
"network": 194.38061701099994
}
}
},
"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?