- sendEvent(String, String) - Method in class org.vaadin.googleanalytics.tracking.GoogleAnalyticsTracker
-
Sends an event command with the given category and action.
- sendEvent(String, String, String) - Method in class org.vaadin.googleanalytics.tracking.GoogleAnalyticsTracker
-
Sends an event command with the given category, action and label.
- sendEvent(String, String, String, int) - Method in class org.vaadin.googleanalytics.tracking.GoogleAnalyticsTracker
-
Sends an event command with the given category, action, label and value.
- sendEvent(String, String, Map<String, Serializable>) - Method in class org.vaadin.googleanalytics.tracking.GoogleAnalyticsTracker
-
Sends an event command with the given category, action and arbitrary
additional fields.
- sendPageView(String) - Method in class org.vaadin.googleanalytics.tracking.GoogleAnalyticsTracker
-
Sends a page view command to Google Analytics.
- sendPageView(String, Map<String, Serializable>) - Method in class org.vaadin.googleanalytics.tracking.GoogleAnalyticsTracker
-
Sends a page view command with arbitrary additional fields to Google
Analytics.
- serviceInit(ServiceInitEvent) - Method in class org.vaadin.googleanalytics.tracking.InitListener
-
- setCookieDomain(String) - Method in class org.vaadin.googleanalytics.tracking.TrackerConfiguration
-
Sets the cookie domain value to use.
- setCreateField(String, Serializable) - Method in class org.vaadin.googleanalytics.tracking.TrackerConfiguration
-
Sets a custom field value to use when creating the client-side tracker.
- setGaDebug(String, Serializable) - Method in class org.vaadin.googleanalytics.tracking.TrackerConfiguration
-
Adds an entry that should be assigned to the ga_debug
variable when the client-side tracker is initialized.
- setInitialValue(String, Serializable) - Method in class org.vaadin.googleanalytics.tracking.TrackerConfiguration
-
Sets a value that will be included in an initial set
command.
- setPageViewPrefix(String) - Method in class org.vaadin.googleanalytics.tracking.TrackerConfiguration
-
Sets a prefix that will be added to the location of all tracked page
views.
- setScriptUrl(String) - Method in class org.vaadin.googleanalytics.tracking.TrackerConfiguration
-
Sets the URL from which to load the Google Analytics script.
- setTrackingId(String) - Method in class org.vaadin.googleanalytics.tracking.TrackerConfiguration
-
Sets the Google Analytics tracking ID to use.
- shouldSend(boolean) - Method in enum org.vaadin.googleanalytics.tracking.EnableGoogleAnalytics.SendMode
-
Checks whether sending should be enabled for the given production
mode setting.