Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <script>
  2. window.dataLayer = window.dataLayer || [];
  3. function gtag(){dataLayer.push(arguments);}
  4. gtag('js', new Date());
  5.  
  6. gtag('config', 'AW-951550023');
  7.  
  8. function gtag_report_conversion(url) {
  9. var callback = function () {
  10. if (typeof(url) != 'undefined') {
  11. window.location = url;
  12. }
  13. };
  14. gtag('event', 'conversion', {
  15. 'send_to': 'AW-951550023/f0eyCJ63wcIBEMeA3sUD',
  16. 'event_callback': callback
  17. });
  18. return false;
  19. }
  20.  
  21. jQuery( document ).ready( function() {
  22. jQuery( document )
  23. .on('click', '#nf-field-11', function() {
  24. gtag_report_conversion(url)
  25. });
  26. });
  27.  
  28. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement