Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.88 KB

GetCampaignOverview.md

File metadata and controls

21 lines (18 loc) · 1.88 KB

sib_api_v3_sdk.Model.GetCampaignOverview

Properties

Name Type Description Notes
Id long? ID of the campaign
Name string Name of the campaign
Subject string Subject of the campaign. Only available if `abTesting` flag of the campaign is `false` [optional]
Type string Type of campaign
Status string Status of the campaign
ScheduledAt string UTC date-time on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) [optional]
AbTesting bool? Status of A/B Test for the campaign. abTesting = false means it is disabled, & abTesting = true means it is enabled. [optional]
SubjectA string Subject A of the ab-test campaign. Only available if `abTesting` flag of the campaign is `true` [optional]
SubjectB string Subject B of the ab-test campaign. Only available if `abTesting` flag of the campaign is `true` [optional]
SplitRule int? The size of your ab-test groups. Only available if `abTesting` flag of the campaign is `true` [optional]
WinnerCriteria string Criteria for the winning version. Only available if `abTesting` flag of the campaign is `true` [optional]
WinnerDelay 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]
SendAtBestTime 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]