AWSPinpointTargetingHoldoutActivity
Objective-C
@interface AWSPinpointTargetingHoldoutActivity
Swift
class AWSPinpointTargetingHoldoutActivity
Specifies the settings for a holdout activity in a journey. This type of activity stops a journey for a specified percentage of participants.
Required parameters: [Percentage]
-
The unique identifier for the next activity to perform, after performing the holdout activity.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextActivity;
Swift
var nextActivity: String? { get set }
-
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.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable percentage;
Swift
var percentage: NSNumber? { get set }