Skip to main content

Providing Coupon Code to Visiting Users

In this guide you'll learn how to leverage Conditions to show a coupon code to users who have visited your site multiple times without converting.

  1. First, you'll need to identify where on your landing page you want to make this offer. In this example, we're using a banner component that sits above our product component.

  2. Next a decision needs to be made on how you want to present the coupon code. Is there any information that you want to collect from the user before they get the coupon code? Below are examples of two different ways that you can approach this:

    • Option #1 - Give users the coupon code without any strings attached.

    Coupon Code Provision Conditions

    Coupon Code Provision Post Form Submission

  3. Now that you've made a decision about how you want to present the coupon code, it's time to use conditions to ensure that only non-converting users who have previously visited can use this coupon.

    However, just like there are multiple ways to present the coupon code; there are also multiple ways to configure conditions to achieve the same result. Below are a couple examples of how to achieve the same result using different condition combinations:

    "Purchased any product?" & "Total visits"

    Coupon Code Provision Conditions

    Purchased any product? = no Total visits > 1

    "Purchased any product?" & "First visit"

    Coupon Code Provision Conditions

    • Purchased any product? = no
    • First visit = no

    "Purchased any product?" & "Visited previously?"

    Coupon Code Provision

    • Purchased any product? = no
    • Visited previously? = yes

Alternatives to "Purchased any product?"

In any of the above examples, the "Purchased any product?" condition could be substituted with the "Total value of all purchases" condition configured two different ways:

Coupon Code Provision Conditions

*not exists*

Coupon Code Provision Conditions

> *0*

Regardless of the configuration option that you choose or the way you want users to claim the coupon code, the end result should be the same; users who have visited your site multiple times but have not converted will be given the opportunity to claim a discount to use with their first transaction.