javascript - using Google Analytics cookie data to populate Custom Variables with the asynchronous ga.js snippet -


i in process of implementing attribution solution ga cookie id passed ga custom variable la instructions here:

http://www.analytics-ninja.com/blog/2011/02/multi-touch-attribution-with-google-analytics.html

the issue running new asynchronous ga.js code snippet ga cookie id not assigned prior custom variable value being identified in '_gaq.push' function. means not able pass ga cookie id until second page load in session.

is there workaround can require ga cookie id set prior custom variable being defined?


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -