How do I give conversion credit to user only on first visit to the page and not on subsequent visit to the same page?

In a scenario wherein your order confirmation page is user's account page or some other page which gets visited by user many times or you want to make sure that you offer user credit on only first visit to the page (e.g. first time user places an order) then you can conditionally render the conversion tracking script on your pages. If you do not have server side code change privilege, then you can set cookie on user's browser on user's first visit and render conversion tracking script only if the cookie is not set.

Here is an example pseudo code for such a cookie.

Looking for a Referral or a Loyalty Program?
NextBee has robust and feature rich platform
We guarantee your ROI
No long term contract to sign
Hassle free zero cost IT setup

Related Topics