Found while auditing a multi-market site (andypartner.com, Chile + LatAm + UK) on 2026-09-02. scripts/gsc-fetch.mjs hard-rejects any --dimensions other than query,page or page (line ~151). A per-country split is required to make any targeting decision on a multi-market site; the Search Console API supports country as a dimension with the same paging. A one-line allowlist extension (country, query,country, page,country) was verified working locally against sc-domain:andypartner.com (111 / 613 / 316 rows). Suggest extending the allowlist and documenting it in --help; gsc-opportunities.mjs could then accept an optional --country filter.
Found while auditing a multi-market site (andypartner.com, Chile + LatAm + UK) on 2026-09-02.
scripts/gsc-fetch.mjshard-rejects any--dimensionsother thanquery,pageorpage(line ~151). A per-country split is required to make any targeting decision on a multi-market site; the Search Console API supportscountryas a dimension with the same paging. A one-line allowlist extension (country,query,country,page,country) was verified working locally againstsc-domain:andypartner.com(111 / 613 / 316 rows). Suggest extending the allowlist and documenting it in--help;gsc-opportunities.mjscould then accept an optional--countryfilter.