Skip to content

Instantly share code, notes, and snippets.

@loldenburg
Created January 17, 2020 23:22
Show Gist options
  • Save loldenburg/0b639ed662bf50f9944f5f7087c84035 to your computer and use it in GitHub Desktop.
Save loldenburg/0b639ed662bf50f9944f5f7087c84035 to your computer and use it in GitHub Desktop.
window.utagQ = window.utagQ || {},
utagQ.q = [], // the queue Array
utagQ.view = function (payload) {
utagQ.q.push({hit: "view", data: payload});
},
utagQ.link = function (payload) {
utagQ.q.push({hit: "link", data: payload});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment