public sealed class CollectUserEventRequest : IMessage<CollectUserEventRequest>, IEquatable<CollectUserEventRequest>, IDeepCloneable<CollectUserEventRequest>, IBufferMessage, IMessage
The event timestamp in milliseconds. This prevents browser caching of
otherwise identical get requests. The name is abbreviated to reduce the
payload bytes.
The URL including cgi-parameters but excluding the hash fragment with a
length limit of 5,000 characters. This is often more useful than the
referer URL, because many browsers only send the domain for 3rd party
requests.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `CollectUserEventRequest` class, which is used as the request message for the CollectUserEvent method within the Google Cloud Retail V2 API."],["The `CollectUserEventRequest` class has been implemented across multiple versions, ranging from version 1.0.0 to the latest version 2.12.0, and is part of the Google.Cloud.Retail.V2 namespace."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from `Object`."],["The `CollectUserEventRequest` class includes properties such as `Ets` (event timestamp), `Parent` (catalog name), `Uri` (URL), and `UserEvent` (URL-encoded UserEvent proto)."],["There are two constructors within the `CollectUserEventRequest` class, a parameterless one, and one that take another `CollectUserEventRequest` object as a parameter."]]],[]]