Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data HoldoutActivity Source #
Specifies the settings for a holdout activity in a journey. This type of activity stops a journey for a specified percentage of participants.
See: newHoldoutActivity
smart constructor.
HoldoutActivity' | |
|
Instances
Create a value of HoldoutActivity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextActivity:HoldoutActivity'
, holdoutActivity_nextActivity
- The unique identifier for the next activity to perform, after performing
the holdout activity.
$sel:percentage:HoldoutActivity'
, holdoutActivity_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.
holdoutActivity_nextActivity :: Lens' HoldoutActivity (Maybe Text) Source #
The unique identifier for the next activity to perform, after performing the holdout activity.
holdoutActivity_percentage :: Lens' HoldoutActivity Int Source #
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.