konstantinbueschel
10/31/2014 - 11:32 AM

Titanium Mobile: Fire Google Analytics Event

Titanium Mobile: Fire Google Analytics Event

// fire analytics event
require('/helpers/analytics/ga').event({
  category: CATEGORY,
  action: ACTION,
  label: LABEL,
  value: 1
});
// fire analytics event
require('/helpers/analytics/ga').event(CATEGORY, ACTION, LABEL, 1);