get_country_region_settings¶
List the geo-targeting (country/region) settings configured for a site -- which pages, directories, domains, or subdomains are targeted at a specific country or region.
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
site_url |
string | Yes | The URL of the site |
Response¶
{
"siteUrl": "https://www.example.com/",
"rowCount": 1,
"settings": [
{
"twoLetterIsoCountryCode": "us",
"settingsType": "Domain",
"url": "https://www.example.com/",
"date": "2026-02-21T19:00:00Z"
}
],
"queriedAt": "2026-02-21T19:00:00Z"
}
Example Prompts¶
"What country or region geo-targeting settings are configured for my site?"
Notes¶
settingsTypeisPage,Directory,Domain, orSubdomain-- the scope the country targeting applies to.- Use
add_country_region_settings/remove_country_region_settingsto manage this list.