ACC WebApp UTM REFERRER
I am trying to come up with the best approach to capture traffic source on a WebApp..
I would like to identify if a user came through a particular campaign using UTM tags i.e ( 'utm_source','utm_medium','utm_campaign','utm_content') and possibly referrer.
Has anyone done something similar? I am thinking the only way to acomplish this is to create a script in jquery/javascript and pull the parameters from the url and store them in local ctx variables for further manipulation?
Can someone suggest an alternative approach?