PostalCode

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
id string
code string
countryDartId string
countryCode string
kind string
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-postal-code-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PostalCode",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "countryDartId": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}