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