Loading...
Plain loading text shown until backend KPI config is available.
- Group
- page-state
- Data Type
- loading-state
- Editable
- false
- Caveats
- The verified page does not show a dedicated config-load error message.
Create Auto Tag Rule
Identifies that this form creates a new automatic tag rule.
- Group
- page-header
- Data Type
- text
- Editable
- false
Rule Information
Groups the rule identity, priority, and status flags.
- Group
- rule-information
- Data Type
- section
- Editable
- false
Rule Name
Human-readable rule name used in the manager list, queue messages, and audit descriptions.
- Group
- rule-information
- Data Type
- string
- Editable
- true
Priority
Numeric priority used to order rules ahead of lower-priority rules.
- Group
- rule-information
- Data Type
- integer
- Editable
- true
- Allowed Range
- Min: 0 | Max: 100 | Step: 1
- Default Value
- 0
Active
Controls whether the saved rule is considered active for execution.
- Group
- rule-information
- Data Type
- boolean
- Editable
- true
- Default Value
- true
Is Valid
Controls whether the saved rule is considered valid in manager list and run workflows.
- Group
- rule-information
- Data Type
- boolean
- Editable
- true
- Default Value
- true
Tags
Groups tag changes applied when a user matches the rule.
- Group
- tag-actions
- Data Type
- section
- Editable
- false
Add Tags
Tags to add to matched users when the rule executes.
- Group
- tag-actions
- Data Type
- string-list
- Editable
- true
- Caveats
- Values are added one at a time; commas are stripped and duplicate values are ignored by the field component.
Remove Tags
Tags to remove from matched users when the rule executes.
- Group
- tag-actions
- Data Type
- string-list
- Editable
- true
- Caveats
- Values are added one at a time; commas are stripped and duplicate values are ignored by the field component.
Filter Tags
Groups tag-based audience filters used before rule actions are applied.
- Group
- filter-tags
- Data Type
- section
- Editable
- false
How Filter Tags Work
Explains that include tags narrow the audience first and exclude tags remove users from that audience.
- Group
- filter-tags
- Data Type
- helper-copy
- Editable
- false
Include Tags
Rule will only apply to users who have at least one listed include tag.
- Group
- filter-tags
- Data Type
- string-list
- Editable
- true
- Caveats
- Values are added one at a time; commas are stripped and duplicate values are ignored by the field component.
Exclude Tags
Users with any listed exclude tag are ignored by the rule.
- Group
- filter-tags
- Data Type
- string-list
- Editable
- true
- Caveats
- Values are added one at a time; commas are stripped and duplicate values are ignored by the field component.
Coupon Codes
Groups coupon-code changes applied when a user matches the rule.
- Group
- coupon-actions
- Data Type
- section
- Editable
- false
Add Coupon Codes
Coupon codes to grant to matched users when the rule executes.
- Group
- coupon-actions
- Data Type
- string-list
- Editable
- true
- Caveats
- Values are added one at a time; commas are stripped and duplicate values are ignored by the field component.
Remove Coupon Codes
Coupon codes to remove from matched users when the rule executes.
- Group
- coupon-actions
- Data Type
- string-list
- Editable
- true
- Caveats
- Values are added one at a time; commas are stripped and duplicate values are ignored by the field component.
Played Game Categories
Hidden field retained in the form payload model but not visible to normal operators on the create surface.
- Group
- hidden-game-categories
- Data Type
- string-list
- Editable
- false
- Caveats
- The field is inside a hidden section in the verified create form.
Choose Which KPI Fields to Filter On
Explains that the operator must choose KPI fields before matching dynamic filters appear.
- Group
- kpi-selection
- Data Type
- section
- Editable
- false
Select KPI Fields
Chooses which backend-generated KPI fields should become active filters on the form.
- Group
- kpi-selection
- Data Type
- string-list
- Editable
- true
- Caveats
- Available options are generated from backend KPI summary fields and sorted alphabetically by the frontend.
User KPI Filters
Contains controls rendered only for the selected KPI fields.
- Group
- kpi-selection
- Data Type
- section
- Editable
- false
User KPI Filters
Dynamic filter payload built from selected KPI fields and their backend-generated field types.
- Group
- kpi-selection
- Data Type
- json-object
- Editable
- true
- Caveats
- Field types come from backend-generated config, not from a hardcoded frontend list.
Min / Max KPI filters
Numeric KPI filters where operators can set lower and upper bounds.
- Group
- kpi-selection
- Data Type
- numeric-range
- Editable
- true
Specific Dates / Relative Period
Date KPI filters that can use exact dates or relative minute windows.
- Group
- kpi-selection
- Data Type
- structured-date-range
- Editable
- true
Country, Currency, Top Game, Top Provider, Language
Special multi-select controls shown only when those KPI fields are selected.
- Group
- kpi-selection
- Data Type
- selector-list
- Editable
- true
Text KPI filters
Text KPI filters rendered as repeatable string arrays.
- Group
- kpi-selection
- Data Type
- string-list
- Editable
- true
- Caveats
- Values are added one at a time; commas are stripped and duplicate values are ignored by the field component.
Any / True / False
Boolean KPI filters where empty means Any, otherwise True or False.
- Group
- kpi-selection
- Data Type
- boolean-filter
- Editable
- true
Back to List
Leaves the create form and returns to the manager list without saving.
- Group
- action-bar
- Data Type
- action
- Editable
- true
Users Affected
Shows the latest successful estimate count for the current unsaved draft.
- Group
- action-bar
- Data Type
- estimate-result
- Editable
- false
Estimate Impact
Runs a backend estimate for the current unsaved draft without saving it.
- Group
- action-bar
- Data Type
- action
- Editable
- true
Estimating...
Button text shown while estimate-preview request is running.
- Group
- action-bar
- Data Type
- loading-state
- Editable
- false
Save Rule
Persists the new auto-tag rule.
- Group
- action-bar
- Data Type
- action
- Editable
- true
Saving...
Button text intended for the form submitting state.
- Group
- action-bar
- Data Type
- loading-state
- Editable
- false
- Caveats
- The verified submit wrapper does not return the async save promise, so operators should rely on toast result and navigation rather than this label as a durable in-flight lock.