Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.34 KB

File metadata and controls

39 lines (23 loc) · 1.34 KB

CheckAudienceBlock

Properties

Name Type Description Notes
id String Unique identifier for this block.
type String Identifies the block variant and determines which additional properties are present in it.
tags List<String> Semantic labels attached to this block. [optional]
operator OperatorEnum An indicator of how the block compares its elements.
profile ProfileEnum The customer profile to check against the audience. `Current` targets the customer in the current session; `Advocate` targets the person who invited their friend via referral program.
audience CheckAudienceBlock1Audience
onFailure List<PromotionBlock> Promotion blocks evaluated when this block fails or returns false. [optional]

Enum: OperatorEnum

Name Value
MEMBER "member"
NOT_MEMBER_ "not(member)"
JUST_JOINED "justJoined"
JUST_LEFT "justLeft"

Enum: ProfileEnum

Name Value
CURRENT "Current"
ADVOCATE "Advocate"