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

isUsed

Queries whether a recipient has used (redeemed) a coupon code in Optimizely Campaign.

Type: boolean

Parameters

NameTypeValue
sessionIdStringID of the current session
blockIdlongID of the coupon block
codeStringThe coupon code to be queried

Return values

  • true: Coupon code has been converted
  • false: Coupon code has not been converted

Code structure

boolean isUsed(String sessionId, long blockId, String code)