Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.12 KB

UpdateCampaignEvaluationGroup.md

File metadata and controls

37 lines (22 loc) · 1.12 KB

UpdateCampaignEvaluationGroup

Properties

Name Type Description Notes
name String The name of the campaign evaluation group.
parentId Integer The ID of the parent group that contains the campaign evaluation group.
description String A description of the campaign evaluation group. [optional]
evaluationMode EvaluationModeEnum The mode by which campaigns in the campaign evaluation group are evaluated.
evaluationScope EvaluationScopeEnum The evaluation scope of the campaign evaluation group.
locked Boolean An indicator of whether the campaign evaluation group is locked for modification.

Enum: EvaluationModeEnum

Name Value
STACKABLE "stackable"
LISTORDER "listOrder"
LOWESTDISCOUNT "lowestDiscount"
HIGHESTDISCOUNT "highestDiscount"

Enum: EvaluationScopeEnum

Name Value
CARTITEM "cartItem"
SESSION "session"