Solved! Go to Solution.
If anyone is curious, I was able to solve this by capturing the Google cookie, _utmz, in a hidden field and then parsing it in Salesforce. It is also possible to capture and parse it in javascript and then assign each value to a hidden field.
If anyone is curious, I was able to solve this by capturing the Google cookie, _utmz, in a hidden field and then parsing it in Salesforce. It is also possible to capture and parse it in javascript and then assign each value to a hidden field.
Hey Andrew, is that with the new version of Google Analytics JS (Universal Analytics) or the old code for GA?
This is unfortunately with the old code.