Email Campaigns AB Tests
GET A/B Test Details for an Email Campaign Activity
Use this method to get A/B test details for a primary email campaign activity, such as the alternate email subject line, the contact test percentage size, and the number of hours to wait to determine the winning subject line to use. Currently, A/B tests support subject line only.
get/emails/activities/{campaign_activity_id}/abtest
Path parameters
campaign_activity_idstring required
The unique ID for the primary email campaign activity.
Response
Request successful.
Example response
{
"alternative_subject": "Reminder: Our Biggest Sale of the Year is Coming Soon!",
"test_size": 30,
"winner_wait_duration": 24
}