/AWS1/CL_PPTHOLDOUTACTIVITY¶
Specifies the settings for a holdout activity in a journey. This type of activity stops a journey for a specified percentage of participants.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_percentage TYPE /AWS1/PPT__INTEGER /AWS1/PPT__INTEGER¶
The percentage of participants who shouldn't continue the journey.
To determine which participants are held out, Amazon Pinpoint applies a probability-based algorithm to the percentage that you specify. Therefore, the actual percentage of participants who are held out may not be equal to the percentage that you specify.
Optional arguments:¶
iv_nextactivity TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The unique identifier for the next activity to perform, after performing the holdout activity.
Queryable Attributes¶
NextActivity¶
The unique identifier for the next activity to perform, after performing the holdout activity.
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 who shouldn't continue the journey.
To determine which participants are held out, Amazon Pinpoint applies a probability-based algorithm to the percentage that you specify. Therefore, the actual percentage of participants who are held out 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 |