Guest User

Untitled

a guest
Nov 15th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. if (document.location.hostname == "yourdomain.com") {
  2. (function(i, s, o, g, r, a, m) {
  3. i['GoogleAnalyticsObject'] = r;
  4. i[r] = i[r] || function() {
  5. (i[r].q = i[r].q || []).push(arguments)
  6. }, i[r].l = 1 * new Date();
  7. a = s.createElement(o), m = s.getElementsByTagName(o)[0];
  8. a.async = 1;
  9. a.src = g;
  10. m.parentNode.insertBefore(a, m)
  11. })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  12. ga('create', 'UA-55555555-1', 'auto');
  13. ga('send', 'pageview');
  14. };
Add Comment
Please, Sign In to add comment