com.dmurph.tracking
Interface IGoogleAnalyticsURLBuilder

All Known Implementing Classes:
GoogleAnalyticsV4_7_2

public interface IGoogleAnalyticsURLBuilder

URL builder for the tracking requests. Interfaced for supporting future versions.

Author:
Daniel Murphy

Method Summary
 String buildURL(AnalyticsRequestData argData)
          Build the url request from the data.
 String getGoogleAnalyticsVersion()
          Gets the version for this builder.
 void resetSession()
          Reset the session cookie.
 

Method Detail

resetSession

void resetSession()
Reset the session cookie.


getGoogleAnalyticsVersion

String getGoogleAnalyticsVersion()
Gets the version for this builder.

Returns:

buildURL

String buildURL(AnalyticsRequestData argData)
Build the url request from the data.

Parameters:
argData -
Returns:


Copyright © 2011. All Rights Reserved.