type property

String? type
getter/setter pair

Type of the user in the request.

The field userId is associated with this type. Possible string values are:

  • "USER_ID_TYPE_UNSPECIFIED" : When the User Id Type is not specified, the default type used will be CLIENT_ID.
  • "USER_ID" : A single user, like a signed-in user account, that may interact with content across one or more devices and / or browser instances.
  • "CLIENT_ID" : Analytics assigned client_id.

Implementation

core.String? type;