Skip to content

Instantly share code, notes, and snippets.

@kbshl
Last active October 30, 2017 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbshl/453f3cee5f704c97b8a5 to your computer and use it in GitHub Desktop.
Save kbshl/453f3cee5f704c97b8a5 to your computer and use it in GitHub Desktop.
Titanium Mobile: Fire Google Analytics Event
// fire analytics event
require('/helpers/analytics/ga').event(CATEGORY, ACTION, LABEL, 1);
// fire analytics event
require('/helpers/analytics/ga').event({
category: CATEGORY,
action: ACTION,
label: LABEL,
value: 1
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment