Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

API DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/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. All rights reserved.
APIs / Marketing / Google / AdMob API
AdMob API logo

Google AdMob API

Browse all Google APIs
✓ Official Vendor SpecMarketingAdvertisingoauth26 EndpointsREST

For Agents

Read AdMob account, app, and ad-unit data and generate network or mediation reports so an agent can report on mobile ad earnings and fill rate without using the AdMob UI.

Use for: Get the AdMob account ID for my Google account, List all apps in an AdMob account, List all ad units for a specific AdMob app, Generate an AdMob network report for the last 30 days by country

Not supported: Does not handle creative trafficking, mediation group configuration changes, or in-app purchase data — use for reading AdMob account, app, ad-unit, and report data only.

The AdMob API lets mobile app publishers programmatically read account, app, ad unit, and reporting data from their AdMob account. It exposes endpoints to list AdMob accounts the caller has access to, enumerate apps and ad units under each account, and generate network and mediation reports against custom date ranges and dimensions. App publishers and analytics teams use it to feed AdMob earnings into BI dashboards, monitor ad-unit fill rate, and produce reconciliation reports without scraping the AdMob UI.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the AdMob API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the AdMob 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://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | 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 AdMob API.

List the AdMob accounts and publisher IDs the calling Google account has access to

Enumerate apps registered under an AdMob account, including app store identifiers

List ad units configured on each app, with their format and reward settings

Generate network reports across dimensions such as country, format, ad unit, and date

Generate mediation reports broken down by mediation group and ad source

Stream long-running reports as gRPC-style server-sent rows for large date ranges

Use Cases

Patterns agents use AdMob API for, with concrete tasks.

★ Mobile Earnings Dashboard

A mobile publisher pipes AdMob earnings into an internal BI dashboard alongside in-app purchase revenue. The networkReport:generate endpoint accepts a date range, dimensions (such as APP and COUNTRY), and metrics (estimated earnings, impressions, eCPM), returning streamed rows that the pipeline writes to a warehouse.

Generate a network report for accounts/pub-1234 covering the last 30 days, grouped by APP and DATE, with ESTIMATED_EARNINGS and IMPRESSIONS metrics, and write each row to BigQuery.

Ad Unit Inventory Sync

A mobile platform team syncs the catalogue of AdMob ad units into a configuration store so client SDKs can pick the right unit at runtime. Apps.list and adUnits.list under an account return the app and ad unit identifiers, which the team caches keyed by app store ID.

List apps under accounts/pub-1234 and, for each app, list its ad units, then upsert {appId, adUnitId, format} rows into the platform config store.

Mediation Performance Review

An ad-ops team reviews mediation performance every week to decide which networks to keep in the waterfall. The mediationReport:generate endpoint groups metrics by mediation group and ad source, producing the eCPM and match rate that drive the team's priority adjustments.

Generate a mediation report for accounts/pub-1234 covering last week, grouped by AD_SOURCE and MEDIATION_GROUP, sort by eCPM, and reply with the top 5 underperforming sources.

AI Agent Revenue Insights

An AI agent embedded in a mobile growth tool answers questions like 'which country drove the most AdMob revenue last week?' through Jentic. The agent calls networkReport:generate with the right dimensions, normalises the streamed response, and replies with a one-paragraph answer.

Given the question 'which country drove the most AdMob revenue last week', call networkReport:generate grouped by COUNTRY, sort rows by ESTIMATED_EARNINGS descending, and return the top country with its earnings figure.

Key Endpoints

6 endpoints — the admob api lets mobile app publishers programmatically read account, app, ad unit, and reporting data from their admob account.

METHOD

PATH

DESCRIPTION

GET

/v1/accounts

List AdMob accounts the caller can access

GET

/v1/{+parent}/apps

List apps under an AdMob account

GET

/v1/{+parent}/adUnits

List ad units under an AdMob account

POST

/v1/{+parent}/networkReport:generate

Generate a network report for an account

POST

/v1/{+parent}/mediationReport:generate

Generate a mediation report for an account

GET

/v1/accounts

List AdMob accounts the caller can access

GET

/v1/{+parent}/apps

List apps under an AdMob account

GET

/v1/{+parent}/adUnits

List ad units under an AdMob account

POST

/v1/{+parent}/networkReport:generate

Generate a network report for an account

POST

/v1/{+parent}/mediationReport:generate

Generate a mediation report for an account

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

Credential isolation

Google OAuth 2.0 credentials are stored encrypted in the Jentic vault (MAXsystem) and exchanged for short-lived access tokens at request time. The agent never sees the refresh token directly.

Intent-based discovery

Intent-based discovery

Agents search by intent (e.g., 'generate admob network report') and Jentic returns the matching networkReport:generate or mediationReport:generate operation with its input schema, so dimension and metric fields are pre-typed.

Time to first call

Time to first call

Direct integration: 1-2 days for OAuth setup, scope review, and report-streaming plumbing. Through Jentic: under 1 hour — search, load schema, execute.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

AdSense Management API

→

Reporting and inventory API for AdSense web publishers

Choose AdSense for web inventory and AdMob for mobile app inventory — they share concepts but cover different publisher surfaces.

Complementary

DoubleClick Bid Manager API

→

Reporting on Display & Video 360 buying activity

Use Bid Manager for buy-side mobile reporting and AdMob for sell-side publisher reporting on the same app.

Complementary

Play Developer Reporting API

→

Read Play Console app reliability and engagement metrics

Pair Play Developer Reporting with AdMob to correlate app crash and engagement metrics with ad revenue.

FAQs

Specific to using AdMob API through Jentic.

What authentication does the AdMob API use?

It uses Google OAuth 2.0 with the https://www.googleapis.com/auth/admob.readonly or admob.report scope. The calling Google account must have access to the target AdMob publisher account. Jentic stores the OAuth credential in its encrypted vault and exchanges it for short-lived access tokens at request time.

Can I get yesterday's AdMob earnings through the API?

Yes. POST /v1/{parent=accounts/*}/networkReport:generate with a dateRange of yesterday, dimensions=[DATE], and metrics=[ESTIMATED_EARNINGS] returns the previous day's earnings as soon as Google has finalised the day's data, typically within a few hours after midnight Pacific Time.

What are the rate limits for the AdMob API?

The default quota is 60 queries per minute per project. Report generation calls are streamed and count as a single request regardless of the number of returned rows, so batching dimensions tightly keeps quota usage low. Long-running reports must be consumed within the response timeout or restarted.

How do I list ad units for an AdMob app through Jentic?

Run jentic search 'list admob ad units', load the accounts.adUnits.list operation, and execute it with parent set to accounts/{publisherId}. The agent receives a typed list of ad units with adUnitId, format, and adFormat fields, ready to feed into a downstream config sync.

Is the AdMob API free?

Yes. The AdMob API has no per-call fee and is available to anyone with an AdMob publisher account. Earnings reported by the API reflect the standard AdMob revenue share.

GET STARTED

Start building with AdMob API

Explore with Jentic
View OpenAPI Document