create
Creates a persistent target group in Optimizely Campaign.
The target group is still valid after the end of the session.
Type: long
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
filterName | String | Internal name of the target group |
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
ID of the target group
Code structure
long create(String sessionId, String filterName, boolean negateCondition, String attributeName, String operation, String[] operationParameters)
Updated over 2 years ago
Next