Skip to content

Latest commit

 

History

History
40 lines (18 loc) · 1.03 KB

UpdateCampaignEvaluationGroup.md

File metadata and controls

40 lines (18 loc) · 1.03 KB

TalonOne.UpdateCampaignEvaluationGroup

Properties

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

Enum: EvaluationModeEnum

  • stackable (value: "stackable")

  • listOrder (value: "listOrder")

  • lowestDiscount (value: "lowestDiscount")

  • highestDiscount (value: "highestDiscount")

Enum: EvaluationScopeEnum

  • cartItem (value: "cartItem")

  • session (value: "session")