Skip to content

Instantly share code, notes, and snippets.

@lennardtastic
Created June 26, 2018 13:52
Show Gist options
  • Save lennardtastic/9714f68ef5eec015a56facd088d8d05f to your computer and use it in GitHub Desktop.
Save lennardtastic/9714f68ef5eec015a56facd088d8d05f to your computer and use it in GitHub Desktop.
// Set the eventCallback for Usabilla In-Page
window.usabilla('setEventCallback', function (category, action, label, value, userData) {
window.console.log("Category = " + category);
window.console.log("Action = " + action);
window.console.log("Label = " + label);
window.console.log("Value = " + value);
window.console.log(userData.data.data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment