Card 59 (Add GA)

common:
- TrackerUtils: added trackEvent method variation
This commit is contained in:
Eugene Popovich 2013-12-13 12:52:08 +02:00
parent bac0a9f25e
commit 55cc2a263b

View file

@ -269,6 +269,18 @@ public class TrackerUtils {
EasyTracker.getTracker().sendEvent(category + getTrackingSuffix(), action, label, null);
}
/**
* Track an event
*
* @param category
* @param action
* @param label
* @param value
*/
public static void trackEvent(String category, String action, String label, Long value) {
EasyTracker.getTracker().sendEvent(category + getTrackingSuffix(), action, label, value);
}
/**
* @param inteval
* @param action