Google Campaign Manager · JSON Structure

Google Campaign Manager Dimension Value Structure

Type: object Properties: 6
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

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

Properties

dimensionName value id matchType etag kind

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DimensionValue",
  "type": "object",
  "properties": {
    "dimensionName": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "matchType": {
      "type": "string"
    },
    "etag": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}