Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.99 KB

Effect.md

File metadata and controls

23 lines (18 loc) · 1.99 KB

# Effect

Properties

Name Type Description Notes
campaignId int The ID of the campaign that triggered this effect.
rulesetId int The ID of the ruleset that was active in the campaign when this effect was triggered.
ruleIndex int The position of the rule that triggered this effect within the ruleset.
ruleName string The name of the rule that triggered this effect.
effectType string The type of effect that was triggered. See API effects.
triggeredByCoupon int The ID of the coupon that was being evaluated when this effect was triggered. [optional]
triggeredForCatalogItem int The ID of the catalog item that was being evaluated when this effect was triggered. [optional]
conditionIndex int The index of the condition that was triggered. [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. [optional]
campaignRevisionId int The revision ID of the campaign that was used when triggering the effect. [optional]
campaignRevisionVersionId int The revision version ID of the campaign that was used when triggering the effect. [optional]
props object The properties of the effect. See API effects.

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