public void TrackScreenView(string title) { GAService.LogScreen(title, DeviceUtility.DeviceId); }
public void TrackState(string category, string action, string label) { GAService.LogEvent(category, action, DeviceUtility.DeviceId, label); }