Skip to content

Instantly share code, notes, and snippets.

@MaksimAbramchuk
Last active June 27, 2017 06:55
Show Gist options
  • Save MaksimAbramchuk/994c517ebd9cfd3db43f016c5829d9a9 to your computer and use it in GitHub Desktop.
Save MaksimAbramchuk/994c517ebd9cfd3db43f016c5829d9a9 to your computer and use it in GitHub Desktop.
sendEvent(category, action, label) {
if (!this._visitor) return;
this._visitor.eventAsync(category, action, label)
.catch(error => console.error(error));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment