Google Analytics · Schema

CaseExpression

Used to convert a dimension value to a single case.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
dimensionName string Name of a dimension. The name must refer back to a name in dimensions field of the request.
View JSON Schema on GitHub

JSON Schema

google-analytics-caseexpression-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CaseExpression",
  "title": "CaseExpression",
  "description": "Used to convert a dimension value to a single case.",
  "properties": {
    "dimensionName": {
      "description": "Name of a dimension. The name must refer back to a name in dimensions field of the request.",
      "type": "string",
      "example": "Example Name"
    }
  },
  "type": "object"
}