Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 2.19 KB

AbTestingOptions.md

File metadata and controls

22 lines (19 loc) · 2.19 KB

AbTestingOptions

Properties

Name Type Description Notes
SplitTest string The type of AB split to run. [optional] [default to null]
PickWinner string How we should evaluate a winner. Based on 'opens', 'clicks', or 'manual'. [optional] [default to null]
WaitUnits string How unit of time for measuring the winner ('hours' or 'days'). This cannot be changed after a campaign is sent. [optional] [default to null]
WaitTime int32 The amount of time to wait before picking a winner. This cannot be changed after a campaign is sent. [optional] [default to null]
SplitSize int32 The size of the split groups. Campaigns split based on 'schedule' are forced to have a 50/50 split. Valid split integers are between 1-50. [optional] [default to null]
FromNameA string For campaigns split on 'From Name', the name for Group A. [optional] [default to null]
FromNameB string For campaigns split on 'From Name', the name for Group B. [optional] [default to null]
ReplyEmailA string For campaigns split on 'From Name', the reply-to address for Group A. [optional] [default to null]
ReplyEmailB string For campaigns split on 'From Name', the reply-to address for Group B. [optional] [default to null]
SubjectA string For campaigns split on 'Subject Line', the subject line for Group A. [optional] [default to null]
SubjectB string For campaigns split on 'Subject Line', the subject line for Group B. [optional] [default to null]
SendTimeA time.Time The send time for Group A. [optional] [default to null]
SendTimeB time.Time The send time for Group B. [optional] [default to null]
SendTimeWinner string The send time for the winning version. [optional] [default to null]

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