OrderFrequencyTargetingCriterion
The OrderFrequencyTargetingCriterion targets users based on their order frequency within a specified time range. Bounds are non-inclusive, meaning if you set lower_bound=0 and upper_bound=3, this targets users with 1-2 orders in the specified time range.
¶ Properties
| Property | Type | Description |
|---|---|---|
lower_bound |
integer | Lower bound for the number of orders (non-inclusive). |
upper_bound |
integer | Upper bound for the number of orders (non-inclusive). |
time_range |
OrderFrequencyTimeRange | Time range for order frequency calculation |