Skip to main content

user_events

Overview

Nameuser_events
TypeResource
Idgoogle.discoveryengine.user_events

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource and then invoke a supported method using the EXEC command

Methods

NameAccessible byRequired ParamsDescription
projects_locations_collections_data_stores_user_events_collectEXECcollectionsId, dataStoresId, locationsId, projectsIdWrites a single user event from the browser. This uses a GET request to due to browser restriction of POST-ing to a third-party domain. This method is used only by the Discovery Engine API JavaScript pixel and Google Tag Manager. Users should not call this method directly.
projects_locations_collections_data_stores_user_events_importEXECcollectionsId, dataStoresId, locationsId, projectsIdBulk import of User events. Request processing might be synchronous. Events that already exist are skipped. Use this method for backfilling historical user events. Operation.response is of type ImportResponse. Note that it is possible for a subset of the items to be successfully inserted. Operation.metadata is of type ImportMetadata.
projects_locations_collections_data_stores_user_events_writeEXECcollectionsId, dataStoresId, locationsId, projectsIdWrites a single user event.
projects_locations_data_stores_user_events_collectEXECdataStoresId, locationsId, projectsIdWrites a single user event from the browser. This uses a GET request to due to browser restriction of POST-ing to a third-party domain. This method is used only by the Discovery Engine API JavaScript pixel and Google Tag Manager. Users should not call this method directly.
projects_locations_data_stores_user_events_importEXECdataStoresId, locationsId, projectsIdBulk import of User events. Request processing might be synchronous. Events that already exist are skipped. Use this method for backfilling historical user events. Operation.response is of type ImportResponse. Note that it is possible for a subset of the items to be successfully inserted. Operation.metadata is of type ImportMetadata.
projects_locations_data_stores_user_events_writeEXECdataStoresId, locationsId, projectsIdWrites a single user event.