Google Campaign Manager · JSON Structure

Google Campaign Manager Report Cross Dimension Reach Criteria Structure

Type: object Properties: 6
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

ReportCrossDimensionReachCriteria 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

dimension metricNames overlapMetricNames dimensionFilters pivoted breakdown

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReportCrossDimensionReachCriteria",
  "type": "object",
  "properties": {
    "dimension": {
      "type": "string"
    },
    "metricNames": {
      "type": "array"
    },
    "overlapMetricNames": {
      "type": "array"
    },
    "dimensionFilters": {
      "type": "array"
    },
    "pivoted": {
      "type": "boolean"
    },
    "breakdown": {
      "type": "array"
    }
  }
}