APIHub
Back to Explore

Ad Experience Report API

The Ad Experience Report API provides endpoints to list all sites that are flagged for ad‑experience violations on any platform, and to retrieve the detailed Ad Experience Report summary for a specific site identified by its URL‑encoded name.

Analytics
none
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

2047ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/v1/violatingSites

Lists sites that are failing in the Ad Experience Report on at least one platform.

GET

/v1/{name}

Gets a site's Ad Experience Report summary.

  • name (path, required) — Required. The name of the site whose summary to get, e.g. `sites/http%3A%2F%2Fwww.google.com%2F`. Format: `sites/{site}`

2 endpoints auto-detected

curl -X GET \
  "https://adexperiencereport.googleapis.com/v1/violatingSites"

adexperiencereport.googleapis.com · HTTPS only