Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1020 Bytes

CampaignCopy.md

File metadata and controls

15 lines (12 loc) · 1020 Bytes

TalonOne.Model.CampaignCopy

Properties

Name Type Description Notes
Name string Name of the copied campaign (Defaults to "Copy of original campaign name"). [optional]
ApplicationIds List<int> Application IDs of the applications to which a campaign should be copied to.
Description string A detailed description of the campaign. [optional]
StartTime DateTime Timestamp when the campaign will become active. [optional]
EndTime DateTime Timestamp when the campaign will become inactive. [optional]
Tags List<string> A list of tags for the campaign. [optional]
EvaluationGroupId int The ID of the campaign evaluation group the campaign belongs to. [optional]

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