Google Analytics · Schema

V1betaAudienceDimensionValue

The value of a dimension.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
value string Value as a string if the dimension type is a string.
View JSON Schema on GitHub

JSON Schema

google-analytics-v1betaaudiencedimensionvalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/V1betaAudienceDimensionValue",
  "title": "V1betaAudienceDimensionValue",
  "description": "The value of a dimension.",
  "properties": {
    "value": {
      "description": "Value as a string if the dimension type is a string.",
      "type": "string"
    }
  },
  "type": "object"
}