Skip to main content
GET
/
v1
/
report
/
insight
/
benchmarking
/
latency
/report/insight/benchmarking/latency
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

uid
integer
required

Publisher ID

range
enum<string>

Date range. All ranges exclude today and run up to yesterday

Available options:
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
string<date>

Start date when range=custom

end
string<date>

End date when range=custom

filter_outliers
enum<string>

Filters data outliers that might otherwise skew charts

Available options:
on,
off
exclude_pubs
enum<string>
default:yes

Excludes publisher data from the Network and Cohort for users organisation

Available options:
yes,
no

Response

200 - application/json
results
object
required
success
boolean
required