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);