setRecipientListIds
Defines the IDs of the recipient lists to be used for a mailing in Optimizely Campaign.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
mailingId | long | ID of the mailing |
recipientListIds | long[Â ] | IDs of the recipient lists |
Return values
-
Code structure
void setRecipientListIds(String sessionId, long mailingId, long[] recipientListIds)
Updated almost 3 years ago