gsc_decaying_pages
Identify pages with the largest impression drops between two periods for lifecycle triage and rescue.
Instructions
Pages whose impressions fell 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="asc". 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. |