Google Campaign Manager · JSON Structure

Google Campaign Manager Geo Targeting Structure

Type: object Properties: 6
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

GeoTargeting is a JSON Structure definition published by Google Campaign Manager, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

countries regions cities metros postalCodes excludeCountries

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GeoTargeting",
  "type": "object",
  "properties": {
    "countries": {
      "type": "array"
    },
    "regions": {
      "type": "array"
    },
    "cities": {
      "type": "array"
    },
    "metros": {
      "type": "array"
    },
    "postalCodes": {
      "type": "array"
    },
    "excludeCountries": {
      "type": "boolean"
    }
  }
}