DimensionValue

A dimension value used for filtering and reporting.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
dimensionName string The name of the dimension.
value string The value of the dimension.
id string The ID associated with the value.
matchType string Match type for filtering.
etag string
kind string
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-dimension-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DimensionValue",
  "type": "object",
  "description": "A dimension value used for filtering and reporting.",
  "properties": {
    "dimensionName": {
      "type": "string",
      "description": "The name of the dimension."
    },
    "value": {
      "type": "string",
      "description": "The value of the dimension."
    },
    "id": {
      "type": "string",
      "description": "The ID associated with the value."
    },
    "matchType": {
      "type": "string",
      "description": "Match type for filtering."
    },
    "etag": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}