Update the properties of an Event Trigger.
See https://www.paws-r-sdk.com/docs/customerprofiles_update_event_trigger/ for full documentation.
customerprofiles_update_event_trigger(
DomainName,
EventTriggerName,
ObjectTypeName = NULL,
Description = NULL,
EventTriggerConditions = NULL,
SegmentFilter = NULL,
EventTriggerLimits = NULL
)
[required] The unique name of the domain.
[required] The unique name of the event trigger.
The unique name of the object type.
The description of the event trigger.
A list of conditions that determine when an event should trigger the destination.
The destination is triggered only for profiles that meet the criteria of a segment definition.
Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.