getRecipientFilterIds
Queries the target group IDs of a mailing in Optimizely Campaign.
See also RecipientFilterWebservice.
Type: long[ ]
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
mailingId | long | ID of the mailing |
Return values
Target group IDs of the mailing
Returns an empty array if no target group is available.
Code structure
long[] getRecipientFilterIds(String sessionId, long mailingId)
Updated over 2 years ago