Google Campaign Manager · JSON Structure

Google Campaign Manager Postal Code Structure

Type: object Properties: 5
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

PostalCode 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

id code countryDartId countryCode kind

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

JSON Structure

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