AWSPinpointTargetingRandomSplitActivity
Objective-C
@interface AWSPinpointTargetingRandomSplitActivity
Swift
class AWSPinpointTargetingRandomSplitActivity
Specifies the settings for a random split activity in a journey. This type of activity randomly sends specified percentages of participants down one of as many as five paths in a journey, based on conditions that you specify.
-
The paths for the activity, including the percentage of participants to enter each path and the activity to perform for each path.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSPinpointTargetingRandomSplitEntry *> *_Nullable branches;
Swift
var branches: [AWSPinpointTargetingRandomSplitEntry]? { get set }