com.google.gwt.gadgets.client
Class AnalyticsFeature

java.lang.Object
  extended by com.google.gwt.gadgets.client.AnalyticsFeature
All Implemented Interfaces:
GadgetFeature

Deprecated. GoogleAnalyticsFeature

@Deprecated
public class AnalyticsFeature
extends java.lang.Object
implements GadgetFeature

Provides access to the Google Analytics feature.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.gadgets.client.GadgetFeature
GadgetFeature.FeatureName, GadgetFeature.MayRequire
 
Method Summary
 void recordPageView(java.lang.String id, java.lang.String path)
          Deprecated. GoogleAnalyticsFeature.Tracker.reportPageview(String)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

recordPageView

@Deprecated
public void recordPageView(java.lang.String id,
                                      java.lang.String path)
Deprecated. GoogleAnalyticsFeature.Tracker.reportPageview(String)

Record a page view.

Parameters:
id - the Google Analytics account ID
path - the virtual page view path that should be recorded