Hello all, I am setting up my page to pass URL parameter values from Adwords so that when a user hits the main quote process we can track back to the Adwords Campaign used.
The URL parameters passed are: ?mc=GCC16&adgroup==GCC16%20-%20Brand%20Exact]&matchtype==Exact]&keyword=&channel=googlepaidsearch&gclid=CLvUm_7llsQCFQMHwwodHVAAbQ
The mc stands for media code, I need a way of adapting the passed URL parameter name so it replaces the mc with MediaCode so would read:
?MediaCode=GCC16&adgroup==GCC16%20-%20Brand%20Exact]&matchtype==Exact]&keyword=&channel=googlepaidsearch&gclid=CLvUm_7llsQCFQMHwwodHVAAbQ
any ideas how in can do this?
Thanks in advance