Google Analytics · Schema

UserRef

JSON template for a user reference.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
email string Email ID of this user.
id string User ID.
kind string
View JSON Schema on GitHub

JSON Schema

google-analytics-userref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserRef",
  "title": "UserRef",
  "description": "JSON template for a user reference.",
  "properties": {
    "email": {
      "description": "Email ID of this user.",
      "type": "string"
    },
    "id": {
      "description": "User ID.",
      "type": "string"
    },
    "kind": {
      "default": "analytics#userRef",
      "type": "string"
    }
  },
  "type": "object"
}