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."],[[["The `CollectUserEventRequest` class is a request message for the `CollectUserEvent` method, designed for collecting user event data in the Google Cloud Retail API."],["The latest version available is 2.12.0, with a range of versions accessible from 1.0.0 up to the current release, showing the version history for this class."],["The `CollectUserEventRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to help facilitate handling and processing."],["This class contains properties such as `Ets`, `Parent`, `Uri`, and `UserEvent` to store information such as event timestamp, catalog name, URL, and user event data."],["The class has 2 constructors: a default constructor and one that accepts another `CollectUserEventRequest` object as a parameter for creating copies."]]],[]]