Google Campaign Manager · JSON Structure

Google Campaign Manager City Structure

Type: object Properties: 9
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

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

Properties

dartId name regionDartId regionCode countryDartId countryCode metroCode metroDmaId kind

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "City",
  "type": "object",
  "properties": {
    "dartId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "regionDartId": {
      "type": "string"
    },
    "regionCode": {
      "type": "string"
    },
    "countryDartId": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "metroCode": {
      "type": "string"
    },
    "metroDmaId": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}