Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.53 KB

NewRevisionVersion.md

File metadata and controls

35 lines (24 loc) · 1.53 KB

NewRevisionVersion

Properties

Name Type Description Notes
name String A user-facing name for this campaign. [optional]
startTime OffsetDateTime Timestamp when the campaign will become active. [optional]
endTime OffsetDateTime Timestamp when the campaign will become inactive. [optional]
attributes Object Arbitrary properties associated with this campaign. [optional]
description String A detailed description of the campaign. [optional]
activeRulesetId Integer The ID of the ruleset this campaign template will use. [optional]
tags List<String> A list of tags for the campaign template. [optional]
couponSettings CodeGeneratorSettings [optional]
referralSettings CodeGeneratorSettings [optional]
limits List<LimitConfig> The set of limits that will operate for this campaign version. [optional]
features List<FeaturesEnum> A list of features for the campaign template. [optional]

Enum: List<FeaturesEnum>

Name Value
COUPONS "coupons"
REFERRALS "referrals"
LOYALTY "loyalty"
GIVEAWAYS "giveaways"
STRIKETHROUGH "strikethrough"
ACHIEVEMENTS "achievements"