Interface IGoogleAnalyticsURLBuilder
- All Known Implementing Classes:
GoogleAnalyticsV4_7_2
public interface IGoogleAnalyticsURLBuilder
URL builder for the tracking requests. Interfaced for supporting future versions.
-
Method Summary
Modifier and TypeMethodDescriptionbuildURL(AnalyticsRequestData requestData) Build the url request from the data.Gets the version for this builder.voidReset the session cookie.
-
Method Details
-
resetSession
void resetSession()Reset the session cookie. -
getGoogleAnalyticsVersion
-
buildURL
Build the url request from the data.- Parameters:
requestData-- Returns:
-