Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / Marketing / Google / Ad Experience Report API
Ad Experience Report API logo

Google Ad Experience Report API

Browse all Google APIs
Official vendor OpenAPI document · agent-readyMarketingAdvertisingoauth22 EndpointsREST

For Agents

Check whether a site is failing Google's Ad Experience Report and list all currently violating domains, so an agent can flag sites at risk of Chrome ad filtering.

Use for: Check whether example.com is failing the Ad Experience Report on mobile, List all sites currently violating the Ad Experience Report, Find the Google review URL for a site flagged for annoying ads, Get the desktop ad experience status for a publisher domain

Not supported: Does not handle ad creative review, Better Ads Standards specification, or Chrome enforcement actions - use for reading ad experience status on publisher sites only.

The Ad Experience Report API exposes Google's findings on sites that show ads violating the Better Ads Standards - interruptions like full-page interstitials, auto-playing video with sound, and prestitial countdown ads. It returns the ad-experience status (Failing, Passing, or Not Reviewed) for a single site and a list of all sites currently failing the report. Publishers and ad-quality teams use it to monitor whether their domains are at risk of having Chrome filter ads on them.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Ad Experience Report API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Ad Experience Report API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fgoogleapis.com%2Fadexperiencereport" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fgoogleapis.com%2Fadexperiencereport" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Ad Experience Report API.

Read the desktop and mobile ad experience status for a specific site as scored by Google

List every site that is failing the Ad Experience Report at the time of the call

Surface the report URL where a site owner can review violations and request re-review

Distinguish between desktop and mobile findings on the same domain

Power compliance dashboards that flag publisher domains before Chrome enables ad filtering

Use Cases

Patterns agents use Ad Experience Report API for, with concrete tasks.

★ Publisher Compliance Monitoring

An ad operations team checks the Ad Experience Report status of every domain in its portfolio on a daily schedule. The sites.get endpoint returns the desktopSummary and mobileSummary for a single site, and a Failing result triggers an internal ticket so the team can investigate offending creatives before Chrome begins filtering ads on the domain.

For each domain in the portfolio list, call sites.get and emit a ticket whenever desktopSummary.betterAdsStatus or mobileSummary.betterAdsStatus changes from PASSING to FAILING.

Industry-wide Violation Tracking

A research team pulls the full list of sites currently failing the Ad Experience Report to study trends in annoying ad practices. The violatingSites.list endpoint returns every flagged domain in a single call, which the team joins with traffic and category data to produce an industry report.

Call violatingSites.list, store the returned domains in a database, and compute the count of newly flagged sites since the previous run.

AI Agent Ad Quality Triage

An AI agent embedded in an ad-ops console uses Jentic to call the Ad Experience Report API whenever a publisher onboards a new domain. The agent returns the current desktop and mobile status, the report review URL, and a recommendation for whether the domain is safe to monetise immediately.

Given a new publisher domain, call sites.get and reply with desktopSummary.betterAdsStatus, mobileSummary.betterAdsStatus, the reportUrl, and a one-line recommendation.

Key Endpoints

2 endpoints — the ad experience report api exposes google's findings on sites that show ads violating the better ads standards - interruptions like full-page interstitials, auto-playing video with sound, and prestitial countdown ads.

METHOD

PATH

DESCRIPTION

GET

/v1/violatingSites

List all sites failing the Ad Experience Report

GET

/v1/{+name}

Get the ad experience status for a single site

GET

/v1/violatingSites

List all sites failing the Ad Experience Report

GET

/v1/{+name}

Get the ad experience status for a single site

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring the Ad Experience Report API by hand means configuring Google OAuth 2.0, exchanging a refresh token for short-lived access tokens, and pointing read calls at the adexperiencereport.googleapis.com host. Through Jentic you install once, import the Ad Experience Report API from the API Directory, store the OAuth credential once, and your agent calls it.

Permission scoping

Permission scoping

This API is read-only, exposing site status (/v1/{+name}) and a violating-sites list, so you limit the agent to the operations it needs, such as reading a site's ad experience report or listing violating sites. Both operations only return status, so no configuration or enforcement action is possible through it.

Credential management

Credential isolation

Your Google OAuth credential is stored once, encrypted, by your own Jentic One instance and exchanged for short-lived access tokens at execution time. The refresh token never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'check a site's ad experience status' or 'list violating sites', and Jentic returns the matching Ad Experience Report operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Abusive Experience Report API

→

Companion API that flags sites with abusive experiences such as fake messages and unexpected redirects

Call this alongside the Ad Experience Report when triaging a publisher domain to capture both annoying-ad and abusive-experience violations.

Complementary

Google Search Console API

→

Verify ownership and read search performance for the same publisher domains

Use Search Console first to confirm the calling account owns the domain, then call the Ad Experience Report for status.

Complementary

AdSense Management API

→

Read AdSense earnings and ad unit data for the same publisher

Use AdSense to correlate ad-experience findings with ad revenue impact for the publisher.

FAQs

Specific to using Ad Experience Report API through Jentic.

What authentication does the Ad Experience Report API use?

It uses Google OAuth 2.0 with the https://www.googleapis.com/auth/xapi.zoo scope. The site owner must have verified the property in Search Console under the same Google account. Jentic stores the refresh token in its encrypted vault and exchanges it for short-lived access tokens at request time.

Can I check a site I do not own with the Ad Experience Report API?

The sites.get endpoint requires that the calling Google account is a verified owner of the site in Search Console. You can call violatingSites.list to read the full set of flagged domains regardless of ownership, but per-site detail is restricted to verified owners.

What are the rate limits for the Ad Experience Report API?

Google does not publish a hard quota for this API and traffic is shared with the Search Console quota pool. In practice, the underlying review cycle runs daily, so polling sites.get more often than once per hour returns the same data - caching aggressively keeps quota usage low.

How do I list all violating sites through Jentic?

Run jentic search 'list violating sites in ad experience report', load the violatingSites.list operation, and execute it. The agent receives a typed response containing every domain currently flagged with siteUrl, desktopSummary, mobileSummary, and the reportUrl for review.

Is the Ad Experience Report API free?

Yes. The API is free to use under Google's standard API terms - there is no per-call charge. Quota usage counts against the project's shared Google APIs quota pool.

Can I limit what my agent is allowed to do with the Ad Experience Report API?

Yes. Because you run Jentic One yourself, your own rules decide which operations and credentials the agent may use, so you can allow only the calls this workflow needs, such as reading a single site's ad experience status or listing the currently violating sites. The Ad Experience Report API is read-only, exposing just those two operations, so an agent can never change configuration or trigger an enforcement action through it. You can also scope which Google OAuth credential the agent uses and grant it just one of the two operations if that is all it should touch.

GET STARTED

Start building with Ad Experience Report API

Explore with Jentic One
View OpenAPI Document