v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1348275334.9 KB
projects

Starts a user-event rejoin operation with latest product catalog. Events are not annotated with detailed product information for products that are missing from the catalog when the user event is ingested. These events are stored as unjoined events with limited usage on training and serving. You can use this method to start a join operation on specified events with the latest version of product catalog. You can also use this method to correct events joined with the wrong product catalog. A rejoin operation can take hours or days to complete.

post/v2/{+parent}/userEvents:rejoin

Path parameters

parentstring required

Required. The parent catalog resource name, such as projects/1234/locations/global/catalogs/default_catalog.

Request body

userEventRejoinScope'USER_EVENT_REJOIN_SCOPE_UNSPECIFIED' | 'JOINED_EVENTS' | 'UNJOINED_EVENTS'

The type of the user event rejoin to define the scope and range of the user events to be rejoined with the latest product catalog. Defaults to USER_EVENT_REJOIN_SCOPE_UNSPECIFIED if this field is not set, or set to an invalid integer value.

Response

Successful response