Skip to content

Instantly share code, notes, and snippets.

@LMG23
Created January 18, 2023 21:04
Show Gist options
  • Select an option

  • Save LMG23/c3b537a3f11cb0ccd527378eadfec77d to your computer and use it in GitHub Desktop.

Select an option

Save LMG23/c3b537a3f11cb0ccd527378eadfec77d to your computer and use it in GitHub Desktop.
window.usabilla_live('setEventCallback', function(category, action, label, value) {
ga(function() {
var trackerName = 'Insert your tracker name here';
ga(trackerName + '.send', 'event', 'Usabilla Live', action, label, value, {nonInteraction: true});
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment