public interface IAnalyticsTracker extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
trackEvent(String category,
String action)
Suis un événement.
|
void |
trackEvent(String category,
String action,
String optLabel)
Suis un événement.
|
void |
trackEvent(String category,
String action,
String optLabel,
Integer optValue)
Suis un événement.
|
void |
trackNavigator(com.vaadin.navigator.Navigator navigator)
Active le suivi lors de changements de vues sur un navigator.
|
void |
trackPageview(String name)
Suis l'affichage d'une vue.
|
void trackPageview(String name)
name - le nom de la vue affichéevoid trackEvent(String category, String action)
category - catégorie de l'événement suiviaction - nom de l'événement suivivoid trackEvent(String category, String action, String optLabel)
category - catégorie de l'événement suiviaction - nom de l'événement suivioptLabel - description de l'événement suivivoid trackEvent(String category, String action, String optLabel, Integer optValue)
category - catégorie de l'événement suiviaction - nom de l'événement suivioptLabel - description de l'événement suivioptValue - une valeur associée à l'événementvoid trackNavigator(com.vaadin.navigator.Navigator navigator)
navigator - navigator à suivreCopyright © 2014–2015 Université de Lorraine. All rights reserved.