Coupon system

To enable this feature, contact customer support.

The coupon system lets you:

  • Include coupon codes in mailings that recipients may redeem in your web shop.
  • Integrate blocks of coupon codes with a placeholder.
  • Manually or automatically add coupon codes to a coupon block.
  • Display coupon codes as machine-readable bar codes.

You can manage the coupon system via the Episerver Campaign user interface. You can also manage the coupon system remotely using the following Episerver Campaign programming interfaces:

Assigning coupon codes

During dispatch, static or dynamic coupon codes are assigned to the mailings and recipients (MailingToUser ID). This ensures that each coupon code of a coupon block is only sent once.

Tracking coupon codes sent in a mailing

In the Managing coupon blocks window, click Download assignments to download the assignment of sent coupon codes in a CSVStands for "comma-separated values"; tabular data in a plain text file separated by the comma character. file. The file contains the

  • coupon block ID
  • coupon code
  • recipient ID (generally, the email address)
  • recipient list ID
  • mailing ID
  • mailing's creation and modification dates

Inserting coupon codes in a mailing

To send coupon codes in a mailing, insert a placeholder where the code will be displayed. Find the placeholder in the Details area of the Manage coupon blocks window.

{Coupon Block:12345678901}

The coupon code is displayed as plain text in the email.

If you want to send several coupons in an email, use several coupon blocks. However, if you insert the same placeholder several times in a mailing, only one coupon code is sent.

Testing emails

By default, coupon codes in test emails are disabled, and a special placeholder with no function replaces the active coupon code.

To enable real coupon codes for test cases, check the box Use valid coupon codes in test emails in the details of a coupon block or when creating coupon blocks.