setDefaultRecipientFilterEnabled
Activates or deactivates the default target group in Optimizely Campaign.
The default target group can be configured for a client and is used for every mailing unless it is disabled.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
mailingId | long | ID of the mailing |
enabled | boolean |
|
Return values: -
Code structure
void setDefaultRecipientFilterEnabled(String sessionId, long mailingId, boolean enabled)
Updated almost 3 years ago
Next