The IsSplitTestCampaign method tells you whether a campaign is a split test campaign or just a normal campaign.
Parameters
| username |
string |
This is the username from your API key. It is in the format of an email address and will look similar to apiuser‑908709770324@apiconnector.com |
required |
| password |
string |
This is the password from your API key. |
required |
| campaignID |
int |
This is the ID of the campaign you wish to query against. |
required |
Return values
| result |
boolean |
TRUE if the campaign is a split test campaign, FALSE if it is not. |