Methods |
public __construct(PHPFUI |
public delete(string $campaign_activity_id) : bool DELETE an A/B Test for an Email Campaign Activity Deletes an A/B Test on an primary email campaign activity. You can only
delete A/B tests that have a
|
public get(string $campaign_activity_id) : array 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.
|
public post(string $campaign_activity_id, PHPFUI POST (Create) an A/B Test for an Email Campaign Activity Use this method to create a new A/B test for a primary email campaign
activity. You must specify an alternative subject line, the percentage
of contact to use for the A/B test, and the number of hours to wait
after the A/B test is sent before determining the winning subject line.
To create an A/B test, the campaign must have a
|
Properties |
Methods |