Run AdMob network report
admob_run_network_reportGenerate an AdMob Network report to analyze first-party network earnings and performance by specifying date range, dimensions, and metrics.
Instructions
Generate an AdMob Network report (first-party network earnings and performance). 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, IMPRESSION_RPM, MATCHED_REQUESTS, MATCH_RATE, SHOW_RATE. | |
| 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_UNIT, APP, AD_TYPE, 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. |