Skip to main content
GET
/
v1
/
report
/
insight
/
metrics
/report/insight/metrics
curl --request GET \
  --url https://api.tagdeliver.com/v1/report/insight/metrics \
  --header 'Authorization: Bearer <token>'
{
  "results": {
    "dates": [
      "2025-11-17",
      "2025-11-18",
      "2025-11-19",
      "2025-11-20",
      "2025-11-21",
      "2025-11-22",
      "2025-11-23"
    ],
    "ad_unit_load": [
      0,
      0,
      0,
      0,
      0,
      0,
      0
    ],
    "ad_load": [
      27631,
      35567,
      27385,
      25184,
      22814,
      40317,
      29242
    ],
    "ad_miss": [
      21109,
      18888,
      13678,
      8893,
      10477,
      16632,
      12107
    ],
    "ad_impression": [
      337505,
      334937,
      311016,
      273311,
      284428,
      315849,
      262435
    ],
    "page_impression": [
      274979,
      240515,
      215180,
      213560,
      232564,
      206028,
      172336
    ]
  },
  "success": true
}

Authorizations

Authorization
string
header
required

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

Headers

Referer
string
default:<string>

Query Parameters

uid
integer
default:<integer>

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

date_group
enum<string>
default:day

Date grouping when range=custom

Available options:
day,
month,
year
environment
enum<string>
default:all

Environment or platform to report from

Available options:
all,
app,
web

Response

200 - application/json
results
object
required
success
boolean
required