Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 4.33 KB

CreatingADraftCampaignRequest.md

File metadata and controls

27 lines (23 loc) · 4.33 KB

CreatingADraftCampaignRequest

Properties

Name Type Description Notes
Name string The name of the campaign. [default to null]
Subject string The subject line of the new campaign. [default to null]
SenderEmail string The sender email of the campaign. [default to null]
ReplyToEmail string The email address to which recipients replies will arrive. It must be one of your sender accounts. If not specified, the sender's email will be assumed. [default to null]
IsAB string A flag that defines if a campaign is an AB campaign. [default to null]
ConfirmationToEmail string The email address to which a confirmation message will be, sent when the campaign has been successfully sent. [optional] [default to null]
WebLocation string A url to retrieve the html content for the campaign. We'll automatically move all CSS inline. [optional] [default to null]
MailingLists []MailingLists A list of mailing lists in your account to which the campaign will be sent to. [optional] [default to null]
SegmentID string The ID of a segment in the specified mailing list to filter the recipients with. If not specified, the campaign will be sent to all active subscribers of the mailing list. [optional] [default to null]
ABCampaignType string If you want to send an AB split campaign you should specify this parameter to one of the following values. * `Subject` * `Sender` * `Content` [optional] [default to null]
TrackInGoogleAnalytics string Tracks traffic from your campaign to your site. Note: You need to have Google Analytics configured on your site to use this feature. [optional] [default to null]
DontTrackLinkClicks string Moosend wraps your own links with its own to enable link click tracking. Check this box if you don't wish to track link click traffic through Moosend. [optional] [default to null]
SubjectB string If you wish to send an AB split campaign with two different versions of the subject line , you must specify the second subject using this parameter. If specified in any other campaign type, it will be ignored. [optional] [default to null]
WebLocationB string If you wish to send an AB split campaign with two different versions of the html content, you must specify where the second html content will be retrieved from using this parameter. If specified in any other campaign type, it will be ignored. [optional] [default to null]
SenderEmailB string If you wish to send an AB split campaign with two different versions of the sender , you must specify the second sender email address using this parameter. This must be one of your sender signatures defined in your account. If specified in any other campaign type, it will be ignored. [optional] [default to null]
HoursToTest string If you choose to send an AB campaign type, you must set this parameter to specify how long the test will run, before determining which will be the winning version to be sent to the rest of the recipients. This should be an integer value between 1 and 24. If specified in a regular campaign, it will be ignored. [optional] [default to null]
ListPercentage string If you choose to send an AB campaign type, you must set this parameter to specify a portion of the target recipients that will receive the test versions. For example, if you specify 10, then 10% of your recipients will receive the A version and another 10% will receive the B version. The specified value should be an integer between 5 and 40. If specified in a regular campaign, it will be ignored. (optional, string) [optional] [default to null]
ABWinnerSelectionType string If you choose to send an AB campaign type, you may set this parameter to one of the following values to specify the method to determine the winning version for the test. If not set, OpenRate will be assumed. If specified in a regular campaign, it will be ignored. * `OpenRate` * `TotalUniqueClicks` [optional] [default to null]

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