Run AdMob campaign report
admob_run_campaign_reportGenerate an AdMob campaign report with customizable dimensions and metrics for up to 30-day periods. Analyze performance by date, campaign, ad, placement, country, and format.
Instructions
Generate an AdMob campaign (App Campaigns) report. v1beta only. The date range is limited to 30 days and the response is a single set of rows (no streaming).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| endDate | Yes | Report end date (inclusive), YYYY-MM-DD. Max range 30 days. | |
| metrics | Yes | Metrics (at least one). Allowed: IMPRESSIONS, CLICKS, CLICK_THROUGH_RATE, INSTALLS, ESTIMATED_COST, AVERAGE_CPI, INTERACTIONS. | |
| startDate | Yes | Report start date (inclusive), YYYY-MM-DD. | |
| dimensions | No | Dimensions. Allowed: DATE, CAMPAIGN_ID, CAMPAIGN_NAME, AD_ID, AD_NAME, PLACEMENT_ID, PLACEMENT_NAME, PLACEMENT_PLATFORM, COUNTRY, FORMAT. | |
| 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. | |
| languageCode | No | Language code for localized values (default en-US). |