Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.35 KB

CampaignEvaluationGroup.md

File metadata and controls

39 lines (24 loc) · 1.35 KB

CampaignEvaluationGroup

Properties

Name Type Description Notes
applicationId Integer The ID of the application that owns this entity.
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.
id Integer Unique ID for this entity. Not to be confused with the Integration ID, which is set by your integration layer and used in most endpoints.

Enum: EvaluationModeEnum

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

Enum: EvaluationScopeEnum

Name Value
CARTITEM "cartItem"
SESSION "session"