Google Campaign Manager · JSON Structure

Google Campaign Manager Country Structure

Type: object Properties: 5
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

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

Properties

dartId name countryCode sslEnabled kind

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Country",
  "type": "object",
  "properties": {
    "dartId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "sslEnabled": {
      "type": "boolean"
    },
    "kind": {
      "type": "string"
    }
  }
}