I'd like to be able to pull out the data stored in the Google Analytics tracking cookie with all the campaign tracking information using Javascript. It needs to work with the newer version of GA using ga.js, not urchin.js. I found a method that works with urchin.js but we don't use that for our tracking. Does anybody know how to extract the Campaign, Source, Medium, Content and Term from the cookie Google uses? Thanks.
|
1
|
|
||
|
|
|
|
I ended up figuring this out on my own. I just dug into what the cookie had stored and extracted the information. Here's what I came up with:
I'm sure it could be more streamlined but I was just happy to get this far with it. Once you have these variables you can do whatever you need with them. |
||
|
|
