compare_time_periods
Compare Search Console metrics between two time periods to identify performance changes and trends.
Instructions
Compare Search Console metrics between two time periods.
Args:
site_url: Full URL of your website (e.g., https://www.example.com/ or sc-domain:example.com)
current_start_date: Start date for current period in YYYY-MM-DD format
current_end_date: End date for current period in YYYY-MM-DD format
previous_start_date: Start date for previous period in YYYY-MM-DD format
previous_end_date: End date for previous period in YYYY-MM-DD format
dimensions: List of dimensions (query, page, device, country, date)
search_type: Type of search results (web, image, video, news, discover, googleNews)
row_limit: Number of rows to return (max 25000)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | ||
| current_start_date | Yes | ||
| current_end_date | Yes | ||
| previous_start_date | Yes | ||
| previous_end_date | Yes | ||
| dimensions | No | ||
| search_type | No | web | |
| row_limit | No |