com.dmurph.tracking
Class GoogleAnalyticsV4_7_2

java.lang.Object
  extended by com.dmurph.tracking.GoogleAnalyticsV4_7_2
All Implemented Interfaces:
IGoogleAnalyticsURLBuilder

public class GoogleAnalyticsV4_7_2
extends Object
implements IGoogleAnalyticsURLBuilder

http://code.google.com/apis/analytics/docs/tracking/gaTrackingTroubleshooting.html#gifParameters

Author:
Daniel Murphy

Field Summary
static String URL_PREFIX
           
 
Constructor Summary
GoogleAnalyticsV4_7_2(AnalyticsConfigData argConfig)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL_PREFIX

public static final String URL_PREFIX
See Also:
Constant Field Values
Constructor Detail

GoogleAnalyticsV4_7_2

public GoogleAnalyticsV4_7_2(AnalyticsConfigData argConfig)
Method Detail

getGoogleAnalyticsVersion

public String getGoogleAnalyticsVersion()
Description copied from interface: IGoogleAnalyticsURLBuilder
Gets the version for this builder.

Specified by:
getGoogleAnalyticsVersion in interface IGoogleAnalyticsURLBuilder
Returns:
See Also:
IGoogleAnalyticsURLBuilder.getGoogleAnalyticsVersion()

buildURL

public String buildURL(AnalyticsRequestData argData)
Description copied from interface: IGoogleAnalyticsURLBuilder
Build the url request from the data.

Specified by:
buildURL in interface IGoogleAnalyticsURLBuilder
Returns:
See Also:
IGoogleAnalyticsURLBuilder.buildURL(com.dmurph.tracking.AnalyticsRequestData)

resetSession

public void resetSession()
Description copied from interface: IGoogleAnalyticsURLBuilder
Reset the session cookie.

Specified by:
resetSession in interface IGoogleAnalyticsURLBuilder
See Also:
IGoogleAnalyticsURLBuilder.resetSession()


Copyright © 2011. All Rights Reserved.