View source: R/customerprofiles_operations.R
customerprofiles_create_event_trigger | R Documentation |
Creates an event trigger, which specifies the rules when to perform action based on customer's ingested data.
See https://www.paws-r-sdk.com/docs/customerprofiles_create_event_trigger/ for full documentation.
customerprofiles_create_event_trigger(
DomainName,
EventTriggerName,
ObjectTypeName,
Description = NULL,
EventTriggerConditions,
SegmentFilter = NULL,
EventTriggerLimits = NULL,
Tags = NULL
)
DomainName |
[required] The unique name of the domain. |
EventTriggerName |
[required] The unique name of the event trigger. |
ObjectTypeName |
[required] The unique name of the object type. |
Description |
The description of the event trigger. |
EventTriggerConditions |
[required] 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. |
Tags |
An array of key-value pairs to apply to this resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.