gsc_trending_pages
Identify pages whose impressions grew most over a recent window versus a prior window, enabling lifecycle triage to invest in or rescue pages.
Instructions
Pages whose impressions grew most over the last N days vs the prior N days. Equivalent to gsc_compare_periods with dimensions=["page"], sort_by="delta_impressions", sort_dir="desc". Use this for lifecycle triage (find pages to invest in or rescue).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Length of each window. Defaults to 28. | |
| limit | No | Top-N to return. Defaults to 25. | |
| site_url | No | Defaults to the configured default site. |