Exxtazy

Untitled

Aug 30th, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. $('#buttonId').click(function(){
  3.     $.post(
  4.         "http://www.google-analytics.com/collect",
  5.         {
  6.             v: '1',
  7.             tid: 'UA-19719399-2',
  8.             cid: '12xx916x95.13x6127xx4',
  9.  
  10.             t: 'event',
  11.             ec: 'Väikelaen',
  12.             ea: 'Success',
  13.             el: 'ru',
  14.             ev: '10000'
  15.         },
  16.         onAjaxSuccess
  17.     )
  18. });
  19. </script>
Advertisement
Add Comment
Please, Sign In to add comment