Fleet — Search Console Live Query
fleet_gsc_queryLIVE Google Search Analytics query — group by any dimensions (date, page, query, country, device, searchAppearance; up to 3) with page/query filters over up to 16 months of history. Richer than the snapshot tools: use this for ad-hoc analysis. NOTE: including the "query" dimension omits anonymized rare queries — use ["date"] or ["page"] for complete totals on low-traffic sites. Hard cap 100 rows. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ISO date. Default: 3 days ago (GSC lags ~2-3 days). | |
| row_limit | No | Max rows (default 25, hard cap 100). | |
| dimensions | Yes | Group-by dimensions, up to 3 (e.g. ["query"], ["page","query"], ["date"]). NOTE: including "query" omits anonymized/rare queries — totals with ["date"] or ["page"] are more complete on low-traffic sites. | |
| start_date | No | ISO date (YYYY-MM-DD). Default: 28 days ago. GSC holds ~16 months of history. | |
| page_contains | No | Filter: page URL contains this string (e.g. "/decode"). | |
| query_contains | No | Filter: search query contains this string. |