Client Id

Hashed Client Id can be used to query Google Analytics data exported to BigQuery.

For a list of methods for this resource, see the end of this page.

Resource representations

JSON template for a hash Client Id request resource.

{
  "kind": "analytics#hashClientIdRequest",
  "webPropertyId": string,
  "clientId": string
}
Property name Value Description Notes
clientId string clientId value to be hashed.
kind string Resource type for the Client ID hash operation request.
webPropertyId string A Web Property Id which the specified clientId value belongs to.

Methods

hashClientId
Provides the hash of the given Client ID, which can be found in certain exported data formats.