Guest User

Untitled

a guest
Aug 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxx-x"></script>
  2. <script type="text/plain" data-cookiescript="accepted">
  3.  
  4. window.dataLayer = window.dataLayer || [];
  5. function gtag() { dataLayer.push(arguments); }
  6. gtag('js', new Date());
  7. gtag('config', 'xxxxxxx-x', { 'anonymize_ip': true });
  8.  
  9. </script>
  10.  
  11. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxx-x"></script>
  12. <script type="text/plain" >
  13.  
  14. window.dataLayer = window.dataLayer || [];
  15. function gtag() { dataLayer.push(arguments); }
  16. gtag('js', new Date());
  17. gtag('config', 'xxxxxxx-x', { 'anonymize_ip': true });
  18.  
  19. </script>
  20.  
  21. ga('create', 'UA-XXXXX-Y', {
  22. 'storage': 'none',
  23. 'anonymizeIp': true
  24. });
Add Comment
Please, Sign In to add comment