I have some sites where I want to keep track of where the user came from (ie email, ppc, search engine, social media, etc) and sometimes it can get messy passing things through the URL all the time especially if there are lots of intermediary pages between them landing on the site and where I get a payout/sale.
So...any downsides to just using a session variable to track their origin source until they leave my site?
So...any downsides to just using a session variable to track their origin source until they leave my site?