org.cruxframework.crux.plugin.gadget.client.features.impl
Class GoogleAnalyticsFeatureImpl
java.lang.Object
org.cruxframework.crux.plugin.gadget.client.features.impl.GoogleAnalyticsFeatureImpl
- All Implemented Interfaces:
- GoogleAnalyticsFeature
public class GoogleAnalyticsFeatureImpl
- extends Object
- implements GoogleAnalyticsFeature
Provides access to the Google Analytics feature.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createTracker
public GoogleAnalyticsFeatureImpl.TrackerImpl createTracker(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.
Copyright © 2014. All rights reserved.