Country

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
dartId string
name string
countryCode string
sslEnabled boolean
kind string
View JSON Schema on GitHub

JSON Schema

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