Package com.dmurph.tracking
Class GoogleAnalyticsV4_7_2
java.lang.Object
com.dmurph.tracking.GoogleAnalyticsV4_7_2
- All Implemented Interfaces:
IGoogleAnalyticsURLBuilder
http://code.google.com/apis/analytics/docs/tracking/gaTrackingTroubleshooting.html#gifParameters
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildURL
(AnalyticsRequestData argData) Build the url request from the data.Gets the version for this builder.private String
getURIString
(String argString) private int
hostnameHash
(String hostname) void
Reset the session cookie.
-
Field Details
-
URL_PREFIX
- See Also:
-
config
-
random
-
-
Constructor Details
-
GoogleAnalyticsV4_7_2
-
-
Method Details
-
getGoogleAnalyticsVersion
Description copied from interface:IGoogleAnalyticsURLBuilder
Gets the version for this builder.- Specified by:
getGoogleAnalyticsVersion
in interfaceIGoogleAnalyticsURLBuilder
- Returns:
- See Also:
-
buildURL
Description copied from interface:IGoogleAnalyticsURLBuilder
Build the url request from the data.- Specified by:
buildURL
in interfaceIGoogleAnalyticsURLBuilder
- Parameters:
argData
-- Returns:
- See Also:
-
getURIString
-
hostnameHash
-
resetSession
public void resetSession()Description copied from interface:IGoogleAnalyticsURLBuilder
Reset the session cookie.- Specified by:
resetSession
in interfaceIGoogleAnalyticsURLBuilder
- See Also:
-