Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 770 Bytes

CampaignTemplateParams.md

File metadata and controls

31 lines (15 loc) · 770 Bytes

TalonOne.CampaignTemplateParams

Properties

Name Type Description Notes
name String Name of the campaign template parameter.
type String 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 Number ID of the corresponding attribute. [optional]

Enum: TypeEnum

  • string (value: "string")

  • number (value: "number")

  • boolean (value: "boolean")

  • percent (value: "percent")

  • (list string) (value: "(list string)")

  • time (value: "time")