Google Event Tracking Code


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1.  
  2.  
  3. Events are broken up as
  4.  
  5. Category => Label => Value
  6.  
  7. ========================================================
  8.  
  9. In the example below
  10.  
  11. Page Interaction = Category
  12. Clicks = Label
  13. WM Logo Clicked = Value
  14.  
  15.  
  16.  
  17. onClick="_gaq.push(['_trackEvent', 'Page Interaction', 'Clicks', 'WM Logo Clicked']);"

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.