...
- Rules:
- Rule 1 - At the time after the price has been loaded if the mouse movement is "up" (towards closing) - literature on the topic can be found here, courtesy of James - https://martech.zone/bounce-exchange-exit-intent/
- Rule 2 - The only exception to Rule 1 is if the customer has begun filling their information or select quantity of product. We absolutely do not want the exit pop to activate if the customer is in the process of buying
- Rule 3 - we do wish to control it by parameter. iep=true would be good. (where iep!=true means no exit pop)
There is 3 kinds types of exitpop so far and the rule to implementation of each:
- Kind Type 1: product discount (absolute amount of money / percentage) for all product. Will apply coupon code when user click on activate coupon/discount: https://www.thegadgetreviewguy.com/en/order-v1-e1.html?iep=true
- Kind Type 2: product discount when buy 2 or more products: https://www.thegadgetreviewguy.com/en/order-v1-e3.html?iep=true
- Kind Type 3: Add buy 2 get 1 product → when apply, show product package (last time offer) from CRM. https://www.thegadgetreviewguy.com/en/order-v1-e2.html?iep=true
...