Advertisement
snegir

socialShare

Nov 30th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('.SocialShareBig a.social-share__icon').click(function() {
  2.  
  3.   var type = $(this).attr('class').split('js-')[1];
  4.  
  5.   dataLayer.push({
  6.   'event':'autoEvent',
  7.   'eventCategory':'socialShare',
  8.   'eventAction': type,
  9.   'eventLabel': {{Page URL}}
  10. });
  11.  
  12.  
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement