Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.89 KB

RuleFailureReason.md

File metadata and controls

24 lines (20 loc) · 1.89 KB

RuleFailureReason

Details about why a rule failed.

Properties

Name Type Description Notes
campaign_id int The ID of the campaign that contains the rule that failed.
campaign_name str The name of the campaign that contains the rule that failed.
ruleset_id int The ID of the ruleset that contains the rule that failed.
coupon_id int The ID of the coupon that was being evaluated at the time of the rule failure. [optional]
coupon_value str The code of the coupon that was being evaluated at the time of the rule failure. [optional]
referral_id int The ID of the referral that was being evaluated at the time of the rule failure. [optional]
referral_value str The code of the referral that was being evaluated at the time of the rule failure. [optional]
rule_index int The index of the rule that failed within the ruleset.
rule_name str The name of the rule that failed within the ruleset.
condition_index int The index of the condition that failed. [optional]
effect_index int The index of the effect that failed. [optional]
details str More details about the failure. [optional]
evaluation_group_id int The ID of the evaluation group. For more information, see Managing campaign evaluation. [optional]
evaluation_group_mode str 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]