diff --git a/web/js/999-googletracker.js b/web/js/999-googletracker.js index 62fb400..c35df3f 100644 --- a/web/js/999-googletracker.js +++ b/web/js/999-googletracker.js @@ -1,6 +1,6 @@ $(window).load(function () { window._gaq = window._gaq || []; - window._gaq.push(['_setAccount', 'UA-135234-2']); + window._gaq.push(['_setAccount', 'UA-XXXXXX-X']); var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; @@ -12,4 +12,4 @@ $(window).hashchange(function() { window._gaq = window._gaq || []; window._gaq.push(['_trackPageview']); window._gaq.push(['_trackPageview', window.hashUrl()]); -}); \ No newline at end of file +});