Class CollectUserEventRequest (0.8.1)

CollectUserEventRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for CollectUserEvent method.

Attributes

NameDescription
parent str
Required. The parent eventStore name, such as ``projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store``.
user_event str
Required. URL encoded UserEvent proto.
uri str
Optional. The url including cgi-parameters but excluding the hash fragment. The URL must be truncated to 1.5K bytes to conservatively be under the 2K bytes. This is often more useful than the referer url, because many browsers only send the domain for 3rd party requests.
ets int
Optional. The event timestamp in milliseconds. This prevents browser caching of otherwise identical get requests. The name is abbreviated to reduce the payload bytes.

Inheritance

builtins.object > proto.message.Message > CollectUserEventRequest