setTestRecipientList
Marks a recipient list as a test recipient list (or vice versa) in Optimizely Campaign.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
recipientListId | long | ID of the recipient list |
testList | Boolean |
|
Return values
-
Code structure
void setTestRecipientList(String sessionId, long recipientListId, boolean testList)
Updated 7 days ago