enhanced_search_analytics
Analyze Google Search Console data with advanced filtering, regex matching, and quick wins detection to identify optimization opportunities.
Instructions
Enhanced search analytics with up to 25,000 rows, regex filters, and quick wins detection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteUrl | Yes | The site URL as defined in Search Console. Example: sc-domain:example.com (for domain resources) or http://www.example.com/ (for site prefix resources) | |
| startDate | Yes | Start date in YYYY-MM-DD format | |
| endDate | Yes | End date in YYYY-MM-DD format | |
| dimensions | No | Comma-separated list of dimensions to break down results by, such as query, page, country, device, searchAppearance | |
| type | No | Type of search to filter by, such as web, image, video, news | |
| aggregationType | No | Type of aggregation, such as auto, byNewsShowcasePanel, byProperty, byPage | |
| rowLimit | No | Maximum number of rows to return (up to 25,000 for enhanced performance) | |
| pageFilter | No | Filter by a specific page URL. Use with filterOperator. | |
| queryFilter | No | Filter by a specific query string. Use with filterOperator. | |
| countryFilter | No | Filter by a country using ISO 3166-1 alpha-3 code (e.g., USA, CHN). | |
| deviceFilter | No | Filter by device type. | |
| filterOperator | No | Operator for page and query filters. Defaults to "equals". Enhanced with regex support. | equals |
| regexFilter | No | Advanced regex filter for intelligent query matching | |
| enableQuickWins | No | Enable automatic quick wins detection | |
| quickWinsThresholds | No | Custom thresholds for quick wins detection |