/AWS1/CL_PPTMULTICONDALSPLIT00¶
Specifies the settings for a multivariate split activity in a journey. This type of activity sends participants down one of as many as five paths (including a default Else path) in a journey, based on conditions that you specify.
To create multivariate split activities that send participants down different paths based on push notification events (such as Open or Received events), your mobile app has to specify the User ID and Endpoint ID values. For more information, see Integrating Amazon Pinpoint with your application in the Amazon Pinpoint Developer Guide.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_branches
TYPE /AWS1/CL_PPTMULTICONDALBRANCH=>TT_LISTOFMULTICONDALBRANCH
TT_LISTOFMULTICONDALBRANCH
¶
The paths for the activity, including the conditions for entering each path and the activity to perform for each path.
iv_defaultactivity
TYPE /AWS1/PPT__STRING
/AWS1/PPT__STRING
¶
The unique identifier for the activity to perform for participants who don't meet any of the conditions specified for other paths in the activity.
io_evaluationwaittime
TYPE REF TO /AWS1/CL_PPTWAITTIME
/AWS1/CL_PPTWAITTIME
¶
The amount of time to wait or the date and time when Amazon Pinpoint determines whether the conditions are met.
Queryable Attributes¶
Branches¶
The paths for the activity, including the conditions for entering each path and the activity to perform for each path.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BRANCHES() |
Getter for BRANCHES, with configurable default |
ASK_BRANCHES() |
Getter for BRANCHES w/ exceptions if field has no value |
HAS_BRANCHES() |
Determine if BRANCHES has a value |
DefaultActivity¶
The unique identifier for the activity to perform for participants who don't meet any of the conditions specified for other paths in the activity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEFAULTACTIVITY() |
Getter for DEFAULTACTIVITY, with configurable default |
ASK_DEFAULTACTIVITY() |
Getter for DEFAULTACTIVITY w/ exceptions if field has no val |
HAS_DEFAULTACTIVITY() |
Determine if DEFAULTACTIVITY has a value |
EvaluationWaitTime¶
The amount of time to wait or the date and time when Amazon Pinpoint determines whether the conditions are met.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EVALUATIONWAITTIME() |
Getter for EVALUATIONWAITTIME |