Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.73 KB

Effect.md

File metadata and controls

21 lines (16 loc) · 1.73 KB

Effect

Properties

Name Type Description Notes
campaign_id int The ID of the campaign that triggered this effect.
ruleset_id int The ID of the ruleset that was active in the campaign when this effect was triggered.
rule_index int The position of the rule that triggered this effect within the ruleset.
rule_name str The name of the rule that triggered this effect.
effect_type str The type of effect that was triggered. See API effects.
triggered_by_coupon int The ID of the coupon that was being evaluated when this effect was triggered. [optional]
triggered_for_catalog_item int The ID of the catalog item that was being evaluated when this effect was triggered. [optional]
condition_index int The index of the condition that was triggered. [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. [optional]
props object The properties of the effect. See API effects.

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