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-03-21 UTC."],[[["This webpage details the `CollectUserEventRequest` class within the `Google.Cloud.Retail.V2` namespace, used for sending user event data."],["The `CollectUserEventRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The class has properties including `Ets`, `Parent`, `Uri`, and `UserEvent`, which are used for sending the timestamp, the catalog name, URL, and the user event information respectively."],["There are multiple versions of the `CollectUserEventRequest` available, ranging from version 1.0.0 to the latest version 2.12.0, with each version having its own documentation link."],["The `CollectUserEventRequest` class has two constructors: a parameterless constructor and a constructor that takes another `CollectUserEventRequest` object as input."]]],[]]