com.google.gwt.gadgets.client.impl
Class GoogleAnalyticsFeatureImpl

java.lang.Object
  extended by com.google.gwt.gadgets.client.impl.GoogleAnalyticsFeatureImpl
All Implemented Interfaces:
GoogleAnalyticsFeature

public class GoogleAnalyticsFeatureImpl
extends java.lang.Object
implements GoogleAnalyticsFeature

Provides access to the Google Analytics feature.


Nested Class Summary
static class GoogleAnalyticsFeatureImpl.TrackerImpl
          Provides a way of reporting event and page views.
 
Nested classes/interfaces inherited from interface com.google.gwt.gadgets.client.GoogleAnalyticsFeature
GoogleAnalyticsFeature.Tracker
 
Method Summary
 GoogleAnalyticsFeatureImpl.TrackerImpl createTracker(java.lang.String domainId)
          Creates a new tracker object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createTracker

public GoogleAnalyticsFeatureImpl.TrackerImpl createTracker(java.lang.String domainId)
Description copied from interface: GoogleAnalyticsFeature
Creates a new tracker object. For further information, see Gadget Tracking in Analytics.

Specified by:
createTracker in interface GoogleAnalyticsFeature
Parameters:
domainId - The analytics ID for the domain to track.
Returns:
a new tracker object.