createSingleOptinProcess
Creates a single opt-in process in Optimizely Campaign.
Type: long
Parameters
| Name | Type | Value |
|---|---|---|
| sessionId | String | ID of the session |
| Name | String | Internal name of the opt-in process |
| Description | String | Internal description of the opt-in process |
Return values
ID of the opt-in process
Code structure
long createSingleOptinProcess(String sessionId, String name, String description)Updated about 2 months ago