OrderFrequencyTargetingCriterion
The OrderFrequencyTargetingCriterion targets users based on their order frequency within a specified time range. For example, you can target users who placed 1-3 orders in the past 30 days.
¶ Properties
| Property | Type | Description |
|---|---|---|
lower_bound |
integer | Lower bound for the number of orders. A value of -1 indicates no lower bound. |
upper_bound |
integer | Upper bound for the number of orders. A value of -1 indicates no upper bound. |
time_range |
OrderFrequencyTimeRange | Time range for order frequency calculation |