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