Release 23.3.0 added the ability to configure Order Rules and apply them to a subset of a population by adding the ability to filter by segment and tiers. This gives marketers a powerful way to apply bonus rules to a subset of a population. These rules are evaluated on the Stellar POS API.
Configuration
The segments that appear in the drop down for Bonus Order Rules are going to follow the same rules as other objects. Only included segments can be linked. Excluded segments are not available in the UI.
Segment filtering applies to the following rules:
-
Apply Local Store Marketing filter if Enforce Content Scoping POS is enabled.
-
Select records where the execution_type is either spark, phoenix or use_as_golden_record_flag = true.
-
Select all records if the USE_EDP_AS_GOLDEN_RECORD env var is set to true (for the messages module we always include all EDP segments based on the code).
-
Remove segments that are already linked to the object.
-
Select only deployed segments.
For Tiers, only a single scheme is returned, the non-default tier scheme.
User Guide
To use tiers and segments in the bonus rules configuration it is as simple as selecting the segment and tier to filter by choice.
- In Bonus Rules, click Included Segments and select the segments from the drop down.
- Click Included Tiers and select the tiers from the drop down.
- Click Save.
FAQ
-
What will a marketer see for their existing order rules when tier and segments are introduced?
Included Segments and Included Tiers will be displayed but with no values. -
What Tier scheme shows up?
Primary Tier Scheme tier (from/console/program page). -
What segments show up?
-
Deployed Published Golden Record Segments, EDP Segments with GR Flag = True
-
Deployed Published EDP Segments with GR Flag = False only show up when ENV_VAR USE_EDP_AS_GOLDEN_RECORD=true
-
-
What if I disable a segment linked to order rules?
Previously selected segments will not be shown in the UI, but they are still “saved” in the database (will be removed on next Save to the bonus rule). -
What if I change tier rules linked to order rules?
Previously selected tiers will not be shown in the UI, but they are still “saved” in the database (will be removed on next Save to the bonus rule) -
What if i am in a segment but not in the tier or vice versa?
Segment and Tier conditions are treated as AND, both must be satisfied to qualify for the Bonus Rule. -
Will these apply to only Stellar POS and Order imports?
This is only applicable to Stellar POS. -
Do these apply to retroactive purchases which are made via order imports?
This is not applicable to order imports.