Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.95 KB

CreateTemplateCampaign.md

File metadata and controls

20 lines (15 loc) · 1.95 KB

# CreateTemplateCampaign

Properties

Name Type Description Notes
name string A user-facing name for this campaign.
description string A detailed description of the campaign. [optional]
templateId int The ID of the Campaign Template which will be used in order to create the Campaign.
campaignAttributesOverrides object Custom Campaign Attributes. If the Campaign Template defines the same values, they will be overridden. [optional]
templateParamValues \TalonOne\Client\Model\Binding[] Actual values to replace the template placeholder values in the Ruleset bindings. Values for all Template Parameters must be provided. [optional]
limitOverrides \TalonOne\Client\Model\LimitConfig[] Limits for this Campaign. If the Campaign Template or Application define default values for the same limits, they will be overridden. [optional]
campaignGroups int[] The IDs of the campaign groups this campaign belongs to. [optional]
tags string[] A list of tags for the campaign. If the campaign template has tags, they will be overridden by this list. [optional]
evaluationGroupId int The ID of the campaign evaluation group the campaign belongs to. [optional]
linkedStoreIds int[] A list of store IDs that are linked to the campaign. Note: Campaigns with linked store IDs will only be evaluated when there is a customer session update that references a linked store. [optional]

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