Required. The parent resource name. If the collect user event action is applied in DataStore level, the format is: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}. If the collect user event action is applied in Location level, for example, the event with Document across multiple DataStore, the format is: projects/{project}/locations/{location}.
Query parameters
Parameters
userEvent
string
Required. URL encoded UserEvent proto with a length limit of 2,000,000 characters.
uri
string
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 third-party requests.
The event timestamp in milliseconds. This prevents browser caching of otherwise identical get requests. The name is abbreviated to reduce the payload bytes.
Request body
The request body must be empty.
Response body
If successful, the response is a generic HTTP response whose format is defined by the method.
[[["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-02-28 UTC."],[[["This webpage details how to use a GET request to write a single user event from a browser, primarily utilized by the Discovery Engine API JavaScript pixel and Google Tag Manager."],["The HTTP request is a GET method directed to a specific URL, using gRPC Transcoding syntax, and is not meant to be called directly by users."],["Path parameters specify the parent resource name, either at the DataStore level or the Location level, formatted according to the specific hierarchy of the project, location, collection, and data store."],["Query parameters, including a required URL-encoded `userEvent`, the `uri` of the event's location, and the `ets` event timestamp, must be provided, all within specific character length limits."],["The request body must be empty, and successful requests return a generic HTTP response, with authorization requiring the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]