Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <script>
  2. jQuery(document).ready(function($) {
  3. 'use strict';
  4. $(".btn_offer_block").on('click', function(){
  5. ga('send', 'event', 'Offer', 'click on offer button', document.location.href);
  6. });
  7. });
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement