query_analytics
Query Google Analytics 4 data with custom dimensions, metrics, and date ranges to retrieve specific reports.
Instructions
Query Google Analytics 4 data with custom dimensions, metrics, and date ranges
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| propertyId | Yes | 325253028 | |
| startDate | Yes | Start date in YYYY-MM-DD format | |
| endDate | Yes | End date in YYYY-MM-DD format | |
| dimensions | No | Array of dimension names (e.g., ["country", "city"]) | |
| metrics | Yes | Array of metric names (e.g., ["sessions", "users"]) |