Google Campaign Manager · JSON Structure

Google Campaign Manager Report Reach Criteria Structure

Type: object Properties: 5
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

ReportReachCriteria 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

dimensions metricNames reachByFrequencyMetricNames dimensionFilters enableAllDimensionCombinations

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReportReachCriteria",
  "type": "object",
  "properties": {
    "dimensions": {
      "type": "array"
    },
    "metricNames": {
      "type": "array"
    },
    "reachByFrequencyMetricNames": {
      "type": "array"
    },
    "dimensionFilters": {
      "type": "array"
    },
    "enableAllDimensionCombinations": {
      "type": "boolean"
    }
  }
}