Rule Performance
Track how each individual rule is performing over time.
Metrics per Rule
| Metric | Description |
|---|---|
| Times Applied | How many times the rule was matched and applied |
| Total Discount | Cumulative discount amount given by this rule |
| Revenue Impact | The net effect on revenue (positive or negative) |
Viewing Performance
From the Analytics section, select the Rule Performance tab to view per-rule metrics. Data is fetched from predictcart_rule_analytics option, which stores applied_count and revenue_impact per rule UID.
Identifying Underperformers
Use the performance view to identify:
- Rules with low application rates (review conditions)
- Rules with excessive discount impact (adjust limits or add conditions)
- Rules that are never applied (possible condition conflicts)