Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.87 KB

RuleFailureReason.md

File metadata and controls

24 lines (19 loc) · 1.87 KB

# RuleFailureReason

Properties

Name Type Description Notes
campaignID int The ID of the campaign that contains the rule that failed.
campaignName string The name of the campaign that contains the rule that failed.
rulesetID int The ID of the ruleset that contains the rule that failed.
couponID int The ID of the coupon that was being evaluated at the time of the rule failure. [optional]
couponValue string The code of the coupon that was being evaluated at the time of the rule failure. [optional]
referralID int The ID of the referral that was being evaluated at the time of the rule failure. [optional]
referralValue string The code of the referral that was being evaluated at the time of the rule failure. [optional]
ruleIndex int The index of the rule that failed within the ruleset.
ruleName string The name of the rule that failed within the ruleset.
conditionIndex int The index of the condition that failed. [optional]
effectIndex int The index of the effect that failed. [optional]
details string More details about the failure. [optional]
evaluationGroupID int The ID of the evaluation group. For more information, see Managing campaign evaluation. [optional]
evaluationGroupMode string The evaluation mode of the evaluation group. For more information, see [Managing campaign evaluation](https://docs.talon.one/docs/product/applications/managing-campaign- [optional]

[Back to Model list] [Back to API list] [Back to README]