Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 4.14 KB

UpdatingADraftCampaignRequest.md

File metadata and controls

27 lines (23 loc) · 4.14 KB

UpdatingADraftCampaignRequest

Properties

Name Type Description Notes
name string The name of the campaign. [optional]
subject string The subject line of the new campaign. [optional]
sender_email string The sender email of the campaign. [optional]
reply_to_email 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. [optional]
is_ab string A flag that defines if a campaign is an AB campaign. [optional]
confirmation_to_email string The email address to which a confirmation message will be, sent when the campaign has been successfully sent. [optional]
web_location string A url to retrieve the html content for the campaign. We'll automatically move all CSS inline. [optional]
mailing_lists \Swagger\Client\Model\MailingLists[] A list of mailing lists in your account to which the campaign will be sent to. [optional]
segment_id 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]
ab_campaign_type 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]
track_in_google_analytics 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]
dont_track_link_clicks 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]
subject_b 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]
web_location_b 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]
sender_email_b 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]
hours_to_test 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]
list_percentage 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]
ab_winner_selection_type 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]

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