Skip to content

/AWS1/CL_PPTRANDOMSPLITENTRY

Specifies the settings for a path in a random split activity in a journey.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_nextactivity TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING

The unique identifier for the next activity to perform, after completing the activity for the path.

iv_percentage TYPE /AWS1/PPT__INTEGER /AWS1/PPT__INTEGER

The percentage of participants to send down the activity path.

To determine which participants are sent down each path, Amazon Pinpoint applies a probability-based algorithm to the percentages that you specify for the paths. Therefore, the actual percentage of participants who are sent down a path may not be equal to the percentage that you specify.


Queryable Attributes

NextActivity

The unique identifier for the next activity to perform, after completing the activity for the path.

Accessible with the following methods

Method Description
GET_NEXTACTIVITY() Getter for NEXTACTIVITY, with configurable default
ASK_NEXTACTIVITY() Getter for NEXTACTIVITY w/ exceptions if field has no value
HAS_NEXTACTIVITY() Determine if NEXTACTIVITY has a value

Percentage

The percentage of participants to send down the activity path.

To determine which participants are sent down each path, Amazon Pinpoint applies a probability-based algorithm to the percentages that you specify for the paths. Therefore, the actual percentage of participants who are sent down a path may not be equal to the percentage that you specify.

Accessible with the following methods

Method Description
GET_PERCENTAGE() Getter for PERCENTAGE, with configurable default
ASK_PERCENTAGE() Getter for PERCENTAGE w/ exceptions if field has no value
HAS_PERCENTAGE() Determine if PERCENTAGE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_LISTOFRANDOMSPLITENTRY

TYPES TT_LISTOFRANDOMSPLITENTRY TYPE STANDARD TABLE OF REF TO /AWS1/CL_PPTRANDOMSPLITENTRY WITH DEFAULT KEY
.