Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 2.4 KB

NewCampaignTemplate.md

File metadata and controls

25 lines (20 loc) · 2.4 KB

# NewCampaignTemplate

Properties

Name Type Description Notes
name string The campaign template name.
description string Customer-facing text that explains the objective of the template.
instructions string Customer-facing text that explains how to use the template. For example, you can use this property to explain the available attributes of this template, and how they can be modified when a user uses this template to create a new campaign.
campaignAttributes object The campaign attributes that campaigns created from this template will have by default. [optional]
couponAttributes object The campaign attributes that coupons created from this template will have by default. [optional]
state string Only Campaign Templates in 'available' state may be used to create Campaigns.
tags string[] A list of tags for the campaign template. [optional]
features string[] A list of features for the campaign template. [optional]
couponSettings \TalonOne\Client\Model\CodeGeneratorSettings [optional]
referralSettings \TalonOne\Client\Model\CodeGeneratorSettings [optional]
limits \TalonOne\Client\Model\TemplateLimitConfig[] The set of limits that will operate for this campaign template. [optional]
templateParams \TalonOne\Client\Model\CampaignTemplateParams[] Fields which can be used to replace values in a rule. [optional]
campaignCollections \TalonOne\Client\Model\CampaignTemplateCollection[] The campaign collections from the blueprint campaign for the template. [optional]
defaultCampaignGroupId int The default campaign group ID. [optional]
campaignType string The campaign type. Possible type values: - `cartItem`: Type of campaign that can apply effects only to cart items. - `advanced`: Type of campaign that can apply effects to customer sessions and cart items. [default to 'advanced']

[Back to Model list] [Back to API list] [Back to README]