Google Campaign Manager · JSON Structure

Google Campaign Manager Report Path To Conversion Criteria Structure

Type: object Properties: 4
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

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

Properties

conversionDimensions perInteractionDimensions metricNames activityFilters

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReportPathToConversionCriteria",
  "type": "object",
  "properties": {
    "conversionDimensions": {
      "type": "array"
    },
    "perInteractionDimensions": {
      "type": "array"
    },
    "metricNames": {
      "type": "array"
    },
    "activityFilters": {
      "type": "array"
    }
  }
}