Run AdMob mediation report
admob_run_mediation_reportGenerate an AdMob Mediation report with earnings and performance data across mediated ad sources. Specify date range, dimensions, and metrics to analyze.
Instructions
Generate an AdMob Mediation report (earnings and performance across mediated ad sources). Provide a date range, dimensions to group by, and one or more metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to include in this tool result (client-side cap to keep output small). | |
| endDate | Yes | Report end date (inclusive), YYYY-MM-DD. | |
| metrics | Yes | Metrics to report (at least one). Allowed: AD_REQUESTS, CLICKS, ESTIMATED_EARNINGS, IMPRESSIONS, IMPRESSION_CTR, MATCHED_REQUESTS, MATCH_RATE, OBSERVED_ECPM. | |
| timeZone | No | Report time zone. The API currently supports only "America/Los_Angeles". | |
| startDate | Yes | Report start date (inclusive), YYYY-MM-DD. | |
| dimensions | No | Dimensions to group by. Allowed: DATE, MONTH, WEEK, AD_SOURCE, AD_SOURCE_INSTANCE, AD_UNIT, APP, MEDIATION_GROUP, COUNTRY, FORMAT, PLATFORM, MOBILE_OS_VERSION, GMA_SDK_VERSION, APP_VERSION_NAME, SERVING_RESTRICTION. | |
| publisherId | No | AdMob publisher id or account resource name, e.g. "pub-1234567890123456" or "accounts/pub-1234567890123456". Defaults to ADMOB_PUBLISHER_ID, or the single account on the credentials. | |
| maxReportRows | No | Maximum rows the API should generate (up to 100000). | |
| sortConditions | No | Optional sort order for the returned rows. | |
| dimensionFilters | No | Optional filters restricting rows to the given dimension values. |