Reputation: 7602
I need to find the landing page url using google analytics cookies, how to do this.
Upvotes: 0
Views: 239
Reputation: 26
The landing page is not in the GA.js cookies, you will need to set it with your own.
Upvotes: 1
Reputation: 3317
Vinay,
if you are using Google Analytics, you can simply parse the cookie. See this parses on github for example, that should do the trick.
if you are using Universal Analytics, this information is no longer available as UTM cookies were replaced and the whole hit collection mechanism is now different.
Hope this helps.
Upvotes: 0