addOrCondition
Adds a target group condition using the OR operator in Optimizely Campaign.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
modificationId | String | Identifier created by beginConditionModification |
negateCondition | boolean | See Type conversion and formatting rules |
attributeName | String | See Type conversion and formatting rules |
operation | String | See Available operators |
operationParameters | String[ ] | See Attribute values |
Return values
-
Code structure
void addOrCondition(String sessionId, String modificationId, boolean negateCondition, String attributeName, String operation, String[] operationParameters)
Updated over 2 years ago