Google Analytics · Schema

HashClientIdResponse

JSON template for a hash Client Id response resource.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
clientId string
hashedClientId string
kind string
webPropertyId string
View JSON Schema on GitHub

JSON Schema

google-analytics-hashclientidresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HashClientIdResponse",
  "title": "HashClientIdResponse",
  "description": "JSON template for a hash Client Id response resource.",
  "properties": {
    "clientId": {
      "type": "string"
    },
    "hashedClientId": {
      "type": "string"
    },
    "kind": {
      "default": "analytics#hashClientIdResponse",
      "type": "string"
    },
    "webPropertyId": {
      "type": "string"
    }
  },
  "type": "object"
}