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

getConfirmationUrl

Queries 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: String

Parameters

NameTypeValue
sessionIdStringID of the session
optinProcessIdlongID of the opt-in process

Return values

Confirmation URL of the opt-in process.

Code structure

String getConfirmationUrl(String sessionId, long optinProcessId)