clearConditions
Clears the conditions of a target group in Optimizely Campaign.
Afterwards, the target group is no longer valid until you set a new condition with addAndCondition or addOrCondition.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
modificationId | String | Identifier created by beginConditionModification |
Return values
-
Code structure
void clearConditions(String sessionId, String modificationId)
Updated over 2 years ago