Advertisement
Guest User

Untitled

a guest
Oct 25th, 2019
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.05 KB | None | 0 0
  1. <?php if( ICL_LANGUAGE_CODE == 'de' ): ?>
  2. <!-- Global site tag (gtag.js) - Google Analytics -->
  3. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-150747280-2"></script>
  4.  
  5. <script>
  6. window.dataLayer = window.dataLayer || [];
  7. function gtag(){dataLayer.push(arguments);}
  8. gtag('js', new Date());
  9. gtag('config', 'UA-150747280-2');
  10. </script>
  11.  
  12. <?php elseif( ICL_LANGUAGE_CODE == 'ee' ): ?>
  13.  
  14. <!-- Global site tag (gtag.js) - Google Analytics -->
  15. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-150747280-3"></script>
  16.  
  17. <script>
  18. window.dataLayer = window.dataLayer || [];
  19. function gtag(){dataLayer.push(arguments);}
  20. gtag('js', new Date());
  21. gtag('config', 'UA-150747280-3');
  22. </script>
  23.  
  24. <?php else: ?>
  25.  
  26. <!-- Global site tag (gtag.js) - Google Analytics -->
  27. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-150747280-1"></script>
  28.  
  29. <script>
  30. window.dataLayer = window.dataLayer || [];
  31. function gtag(){dataLayer.push(arguments);}
  32. gtag('js', new Date());
  33. gtag('config', 'UA-150747280-1');
  34. </script>
  35. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement