Google Analytics · Schema

GoogleAnalyticsAdminV1betaAccessDimensionHeader

Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
dimensionName string The dimension's name; for example 'userEmail'.
View JSON Schema on GitHub

JSON Schema

google-analytics-googleanalyticsadminv1betaaccessdimensionheader-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GoogleAnalyticsAdminV1betaAccessDimensionHeader",
  "title": "GoogleAnalyticsAdminV1betaAccessDimensionHeader",
  "description": "Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers.",
  "properties": {
    "dimensionName": {
      "description": "The dimension's name; for example 'userEmail'.",
      "type": "string",
      "example": "Example Name"
    }
  },
  "type": "object"
}