Advertisement
Guest User

Untitled

a guest
May 16th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.49 KB | None | 0 0
  1. <!-- Event snippet for bot creation conversion page
  2. In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->
  3. <script>
  4. function gtag_report_conversion(url) {
  5.   var callback = function () {
  6.     if (typeof(url) != 'undefined') {
  7.       window.location = url;
  8.     }
  9.   };
  10.   gtag('event', 'conversion', {
  11.       'send_to': 'AW-1016191796/AS3eCMDgk54BELS2x-QD',
  12.       'event_callback': callback
  13.   });
  14.   return false;
  15. }
  16. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement