Skip to content

Instantly share code, notes, and snippets.

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 a11smiles/a3dbc429075f0398102025e1dd18c89c to your computer and use it in GitHub Desktop.
Save a11smiles/a3dbc429075f0398102025e1dd18c89c to your computer and use it in GitHub Desktop.
logEvent(event, category, label, value) {
gtag('event', event, {
event_category: category,
event_label: label,
value: value
});
console.log('gtag event captured...');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment