Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.93 KB

GetCampaignOverview.md

File metadata and controls

23 lines (19 loc) · 1.93 KB

GetCampaignOverview

Properties

Name Type Description Notes
id int ID of the campaign
name str Name of the campaign
subject str Subject of the campaign. Only available if `abTesting` flag of the campaign is `false` [optional]
preview_text str Preview text or preheader of the email campaign [optional]
type str Type of campaign
status str Status of the campaign
scheduled_at str UTC date-time on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) [optional]
ab_testing bool Status of A/B Test for the campaign. abTesting = false means it is disabled, & abTesting = true means it is enabled. [optional]
subject_a str Subject A of the ab-test campaign. Only available if `abTesting` flag of the campaign is `true` [optional]
subject_b str Subject B of the ab-test campaign. Only available if `abTesting` flag of the campaign is `true` [optional]
split_rule int The size of your ab-test groups. Only available if `abTesting` flag of the campaign is `true` [optional]
winner_criteria str Criteria for the winning version. Only available if `abTesting` flag of the campaign is `true` [optional]
winner_delay int The duration of the test in hours at the end of which the winning version will be sent. Only available if `abTesting` flag of the campaign is `true` [optional]
send_at_best_time bool It is true if you have chosen to send your campaign at best time, otherwise it is false [optional]

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