Region

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
dartId string
name string
regionCode string
countryDartId string
countryCode string
kind string
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-region-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Region",
  "type": "object",
  "properties": {
    "dartId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "regionCode": {
      "type": "string"
    },
    "countryDartId": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}