Interface | Description |
---|---|
TrackerConfigurator |
Programmatically configures a Google Analytics tracker if implemented by the
application's main router layout.
|
Class | Description |
---|---|
GoogleAnalyticsTracker |
Sends commands to Google Analytics in the browser.
|
InitListener |
Automatically registers a navigation listener that sends page views to Google
Analytics.
|
TrackerConfiguration |
Configuration for a Google Analytics tracker.
|
Enum | Description |
---|---|
EnableGoogleAnalytics.LogLevel |
Client-side log levels that can be configured through
EnableGoogleAnalytics.productionLogging() and
EnableGoogleAnalytics.devLogging() . |
EnableGoogleAnalytics.SendMode |
Send mode settings that can be configured through
EnableGoogleAnalytics.sendMode() . |
Annotation Type | Description |
---|---|
EnableGoogleAnalytics |
Configuration annotation that enables automatic Google Analytics tracking if
present on the application's main layout.
|
IgnorePageView |
Indicates that a page view should not be automatically sent when navigating
to a route target.
|
Copyright © 2023 Sami Ekblad. All rights reserved.