I'm in process of developing a pixel tracking code , that will sit on external websites (checkout confirmation page). Pixel tracking is currently done using a image tag which calls a PHP
file.
Background scenario:
User A
visits a page on my site, click on a link ( A product).- User taken to external site - product page
- User then click
buy now
and proceeds to checkout. - Once checkout process is completed
pixel tracking
called at the end.
I need to know how i can track the following stats or data for each unique/individual user :
- Track the page the users left or exit
- Track what page user landed on
- Track if user made the purchase for that item or not