setRecipientFilterIds
Defines target group IDs for a mailing in Optimizely Campaign.
See also RecipientFilterWebservice.
Type: void
Parameters
| Name | Type | Value |
|---|---|---|
| sessionId | String | ID of the session |
| mailingId | long | ID of the mailing |
| recipientFilterIds | long[] | IDs of the target groups Set the value to 0 to disable the target groups. Note: You cannot use temporary target groups for a mailing. |
Return values
-
Code structure
void setRecipientFilterIds(String sessionId, long mailingId, long[] recipientFilterIds)
Updated about 2 months ago