Google Analytics · Schema

CohortReportSettings

Optional settings of a cohort report.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
accumulate boolean If true, accumulates the result from first touch day to the end day. Not supported in `RunReportRequest`.
View JSON Schema on GitHub

JSON Schema

google-analytics-cohortreportsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CohortReportSettings",
  "title": "CohortReportSettings",
  "description": "Optional settings of a cohort report.",
  "properties": {
    "accumulate": {
      "description": "If true, accumulates the result from first touch day to the end day. Not supported in `RunReportRequest`.",
      "type": "boolean",
      "example": true
    }
  },
  "type": "object"
}