Skip to content

Instantly share code, notes, and snippets.

@taf2
Created May 28, 2014 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taf2/4416f75093c2de76b78d to your computer and use it in GitHub Desktop.
Save taf2/4416f75093c2de76b78d to your computer and use it in GitHub Desktop.
window.CTMSourceEvent = function(event) {
if (event.state != "before") { return }
// console.log(event.rule[2]);
// your code ga here: ga.send("event", ... )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment