Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 2.29 KB

NewCampaignTemplate.md

File metadata and controls

24 lines (20 loc) · 2.29 KB

NewCampaignTemplate

Properties

Name Type Description Notes
name str The campaign template name.
description str Customer-facing text that explains the objective of the template.
instructions str 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.
campaign_attributes object The campaign attributes that campaigns created from this template will have by default. [optional]
coupon_attributes object The campaign attributes that coupons created from this template will have by default. [optional]
state str Only Campaign Templates in 'available' state may be used to create Campaigns.
tags list[str] A list of tags for the campaign template. [optional]
features list[str] A list of features for the campaign template. [optional]
coupon_settings CodeGeneratorSettings [optional]
referral_settings CodeGeneratorSettings [optional]
limits list[TemplateLimitConfig] The set of limits that will operate for this campaign template. [optional]
template_params list[CampaignTemplateParams] Fields which can be used to replace values in a rule. [optional]
campaign_collections list[CampaignTemplateCollection] The campaign collections from the blueprint campaign for the template. [optional]
default_campaign_group_id int The default campaign group ID. [optional]
campaign_type str 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]