I would like to track an onclick of a button on a page on a site, after a condition is passed checking if a cookie is present.
onclick
Very simple but which syn
This is my script I've got on Google Analytics page
To track my other pages in Backbone.js, I put this code in each Backbone.js View script:
ga('send', 'pageview', myUrl);