GeoTargeting

Geographic targeting configuration.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
countries array Countries to target.
regions array Regions to target.
cities array Cities to target.
metros array Metros to target.
postalCodes array Postal codes to target.
excludeCountries boolean Whether to exclude the specified geographic locations.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-geo-targeting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GeoTargeting",
  "type": "object",
  "description": "Geographic targeting configuration.",
  "properties": {
    "countries": {
      "type": "array",
      "description": "Countries to target."
    },
    "regions": {
      "type": "array",
      "description": "Regions to target."
    },
    "cities": {
      "type": "array",
      "description": "Cities to target."
    },
    "metros": {
      "type": "array",
      "description": "Metros to target."
    },
    "postalCodes": {
      "type": "array",
      "description": "Postal codes to target."
    },
    "excludeCountries": {
      "type": "boolean",
      "description": "Whether to exclude the specified geographic locations."
    }
  }
}