reporting_skill
Describe your reporting goal in natural language and receive a formatted report with dimensions, metrics, and data rows. Automatically selects appropriate dimensions and metrics for your goal.
Instructions
High-level reporting orchestration — describe a reporting goal in natural language and get results.
MODE: read-only (orchestrates multiple reporting tool calls internally) AUTH: OAuth 2.0 required CREDITS: 0 (free) OUTPUT: Returns a formatted report with dimensions, metrics, and data rows. May include charts or summary analysis. WHEN TO USE: Use reporting_skill when the reporting goal is clear but the exact dimension/metric combination is unknown. It internally calls get_report_dimensions, get_report_metrics, and run_custom_report. Example: "weekly revenue by ad unit for last month" → selects AD_UNIT_NAME + TOTAL_LINE_ITEM_LEVEL_REVENUE automatically. NOT the same as reporting: reporting gives direct access to individual report operations; reporting_skill is a higher-level orchestrator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network_code | Yes | GAM network code. | |
| goal | Yes | Plain-language description of the reporting goal. Example: 'top 10 advertisers by revenue last quarter' or 'daily CTR for line items in order 12345'. |