userEventRejoinScope property
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.
Possible string values are:
- "USER_EVENT_REJOIN_SCOPE_UNSPECIFIED" : Rejoin all events with the latest product catalog, including both joined events and unjoined events.
- "JOINED_EVENTS" : Only rejoin joined events with the latest product catalog.
- "UNJOINED_EVENTS" : Only rejoin unjoined events with the latest product catalog.
Implementation
core.String? userEventRejoinScope;