Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <a href="#" class="ga-track" data-category='Schedule Appointment' data-action='click' data-label='Website'>Link</a>
  2.  
  3. <script type="text/javascript">
  4. var trackEl = document.querySelectorAll('.ga-track');
  5. Array.prototype.forEach.call(trackEl, function(el) {
  6. el.onclick = function() {
  7. var elCategory = this.getAttribute('data-category');
  8. var elAction = this.getAttribute('data-action');
  9. var elLabel = this.getAttribute('data-label');
  10. ga('send', 'event', elCategory, elAction, elLabel);
  11. };
  12. });
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement