Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 819 Bytes

File metadata and controls

29 lines (18 loc) · 819 Bytes

CampaignTemplateParams

Properties

Name Type Description Notes
name String Name of the campaign template parameter.
type TypeEnum Defines the type of parameter value.
description String Explains the meaning of this template parameter and the placeholder value that will define it. It is used on campaign creation from this template.
attributeId Long ID of the corresponding attribute. [optional]

Enum: TypeEnum

Name Value
STRING "string"
NUMBER "number"
BOOLEAN "boolean"
PERCENT "percent"
LIST_STRING "(list string)"
LIST_NUMBER "(list number)"
TIME "time"