-
-
Save LMG23/c3b537a3f11cb0ccd527378eadfec77d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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