setConfirmationUrl
Defines the confirmation URL of an opt-in process in Optimizely Campaign.
This method is only applicable to opt-in processes of the type double.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
optinProcessId | long | ID of the opt-in process |
URL | String | URL of confirmation page to which the recipient is directed to complete the registration process |
Return values
-
Code structure
void setConfirmationUrl(String sessionId, long optinProcessId, String URL)
Updated almost 3 years ago
Next