Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 3.1 KB

CampaignTemplate.md

File metadata and controls

34 lines (29 loc) · 3.1 KB

CampaignTemplate

Properties

Name Type Description Notes
id int Internal ID of this entity.
created datetime The time this entity was created.
account_id int The ID of the account that owns this entity.
user_id int The ID of the user associated with this entity.
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.
active_ruleset_id int The ID of the ruleset this campaign template will use. [optional]
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 operate for this campaign template. [optional]
template_params list[CampaignTemplateParams] Fields which can be used to replace values in a rule. [optional]
applications_ids list[int] A list of IDs of the Applications that are subscribed to this campaign template.
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']
updated datetime Timestamp of the most recent update to the campaign template or any of its elements. [optional]
updated_by str Name of the user who last updated this campaign template, if available. [optional]
valid_application_ids list[int] The IDs of the Applications that are related to this entity.

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