| Package | Description |
|---|---|
| com.erikandcolleen.gacookieparser |
https://developers.google.com/analytics/resources/concepts/gaConceptsCookies
http://www.tutkiun.com/2011/04/a-google-analytics-cookie-explained.html
http://home.wangjianshuo.com/archives/20090502_google_analytics_cookie_by_this_site.htm
http://blog.vkistudios.com/index.cfm/2010/8/31/GA-Basics-The-Structure-of-Cookie-Values
|
| com.erikandcolleen.gacookieparser.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
GACustomValueData
Custom Value (__utmv)
This cookie is not normally present in a default configuration of the tracking code.
|
class |
GASessionData
Session (__utmb)
This cookie is used to establish and continue a user session with your site.
|
class |
GASessionEndData
Session, deprecated (__utmc)
This cookie is no longer used by the ga.js tracking code to determine session status.
|
class |
GATrafficSourcesData
Traffic Sources (__utmz)
This cookie stores the type of referral used by the visitor to reach your site,
whether via a direct method, a referring link, a website search, or a campaign
such as an ad or an email link.
|
class |
GAVisitorData
Visitor (__utma)
This cookie is typically written to the browser upon the first visit to your site from that web browser.
|
class |
GAWebsiteOptimizerData
Website Optimizer (__utmx)
This cookie is used by Website Optimizer and only set when the Website Optimizer tracking
code is installed and correctly configured for your pages.
|
| Modifier and Type | Method and Description |
|---|---|
static GADataBase |
GADataBase.getCookieData(String cookieName,
String cookieValue) |
| Modifier and Type | Method and Description |
|---|---|
static GADataBase |
GADataServletParser.getGoogleAnalyticsCookieData(javax.servlet.http.Cookie cookie) |
static GADataBase[] |
GADataServletParser.getGoogleAnalyticsCookieData(javax.servlet.http.HttpServletRequest request) |
static GADataBase |
GADataServletParser.getGoogleAnalyticsCookieData(javax.servlet.http.HttpServletRequest request,
String cookieName) |
Copyright © 2015. All rights reserved.