Google Campaign Manager · JSON Structure

Google Campaign Manager Report Floodlight Criteria Structure

Type: object Properties: 4
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

ReportFloodlightCriteria 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

dimensions metricNames dimensionFilters reportProperties

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

JSON Structure

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