sync_all_properties
Sync search analytics data for all accessible Google Search Console properties in one call, returning a job ID for progress monitoring.
Instructions
Sync search analytics data for ALL accessible GSC properties in one call. Syncs up to 2 properties in parallel for faster completion. Returns immediately with a job ID — use check_sync_status to monitor progress.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | No | Start date (YYYY-MM-DD). Defaults to 3 months ago (or incremental from last sync). | |
| endDate | No | End date (YYYY-MM-DD). Defaults to today. | |
| dimensions | No | Dimensions to fetch. Defaults to ["query","page","date","device","country"]. | |
| searchType | No | Search type filter. Default: web. |