Google Analytics · Schema

HashClientIdRequest

JSON template for a hash Client Id request resource.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

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

JSON Schema

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