run_inventory_report
Generate ad performance reports showing ad requests, impressions, and fill rate statistics for Google Ad Manager ad units, with customizable date ranges and filtering options.
Instructions
Run an inventory report for ad units.
Returns ad requests, impressions, and fill rate broken down by ad unit.
Args: date_range_type: Date range for the report (TODAY, YESTERDAY, LAST_WEEK, etc.) start_year: Start date year (for CUSTOM_DATE) start_month: Start date month 1-12 (for CUSTOM_DATE) start_day: Start date day 1-31 (for CUSTOM_DATE) end_year: End date year (for CUSTOM_DATE) end_month: End date month 1-12 (for CUSTOM_DATE) end_day: End date day 1-31 (for CUSTOM_DATE) ad_unit_id: Optional ad unit ID to filter by include_date_breakdown: If True, includes daily breakdown (default: True) timeout_seconds: Maximum time to wait for report (default: 120)
Returns report data with ad requests, impressions, and fill rate statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_range_type | No | LAST_WEEK | |
| start_year | No | ||
| start_month | No | ||
| start_day | No | ||
| end_year | No | ||
| end_month | No | ||
| end_day | No | ||
| ad_unit_id | No | ||
| include_date_breakdown | No | ||
| timeout_seconds | No |