Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

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

NameTypeValue
sessionIdStringID of the session
optinProcessIdlongID of the opt-in process
URLStringURL 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)