Package com.dmurph.tracking
Interface IGoogleAnalyticsURLBuilder
-
- All Known Implementing Classes:
GoogleAnalyticsV4_7_2
public interface IGoogleAnalyticsURLBuilderURL builder for the tracking requests. Interfaced for supporting future versions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringbuildURL(AnalyticsRequestData requestData)Build the url request from the data.java.lang.StringgetGoogleAnalyticsVersion()Gets the version for this builder.voidresetSession()Reset the session cookie.
-
-
-
Method Detail
-
resetSession
void resetSession()
Reset the session cookie.
-
getGoogleAnalyticsVersion
java.lang.String getGoogleAnalyticsVersion()
Gets the version for this builder.- Returns:
-
buildURL
java.lang.String buildURL(AnalyticsRequestData requestData)
Build the url request from the data.- Parameters:
requestData-- Returns:
-
-