get_country_region_settings
Retrieve country and region settings for a specific website using Bing Webmaster Tools. Input the site URL to access location-based configurations and optimize site performance.
Instructions
Retrieve country/region settings for a specific site.
Args: site_url: The URL of the site to get settings for
Returns: List[CountryRegionSettings]: List of country/region settings
Raises: BingWebmasterError: If settings cannot be retrieved
Input Schema
Name | Required | Description | Default |
---|---|---|---|
self | Yes | ||
site_url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"self": {
"title": "self",
"type": "string"
},
"site_url": {
"title": "Site Url",
"type": "string"
}
},
"required": [
"self",
"site_url"
],
"title": "get_country_region_settingsArguments",
"type": "object"
}