User score filter
UserScoreFilter #
Bases: RapidataFilter
UserScoreFilter Class
Can be used to filter who to target based on their user score.
example: UserScoreFilter(0.5, 0.9) -> will only show the order to users that have a UserScore of >=0.5 and <=0.9
Parameters:
Name | Type | Description | Default |
---|---|---|---|
lower_bound
|
float
|
The lower bound of the user score. |
0.0
|
upper_bound
|
float
|
The upper bound of the user score. |
1.0
|