customerprofiles_update_event_trigger: Update the properties of an Event Trigger

View source: R/customerprofiles_operations.R

customerprofiles_update_event_triggerR Documentation

Update the properties of an Event Trigger

Description

Update the properties of an Event Trigger.

See https://www.paws-r-sdk.com/docs/customerprofiles_update_event_trigger/ for full documentation.

Usage

customerprofiles_update_event_trigger(
  DomainName,
  EventTriggerName,
  ObjectTypeName = NULL,
  Description = NULL,
  EventTriggerConditions = NULL,
  SegmentFilter = NULL,
  EventTriggerLimits = NULL
)

Arguments

DomainName

[required] The unique name of the domain.

EventTriggerName

[required] The unique name of the event trigger.

ObjectTypeName

The unique name of the object type.

Description

The description of the event trigger.

EventTriggerConditions

A list of conditions that determine when an event should trigger the destination.

SegmentFilter

The destination is triggered only for profiles that meet the criteria of a segment definition.

EventTriggerLimits

Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.


paws.customer.engagement documentation built on April 4, 2025, 3:34 a.m.