Commit 9b8e7cbd55a66b626c6c3d1fa26ad5c0d1d5b194
1 parent
ee436cf9
Exists in
master
and in
2 other branches
Piwik migration test
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/piwik.js
... | ... | @@ -5,9 +5,9 @@ define(['piwik'], function(){ |
5 | 5 | _paq.push(["enableLinkTracking"]); |
6 | 6 | |
7 | 7 | (function() { |
8 | - var u="http://estatisticas.presidencia.gov.br/"; | |
8 | + var u="http://estatisticas.dialoga.gov.br/"; | |
9 | 9 | _paq.push(["setTrackerUrl", u+"piwik.php"]); |
10 | - _paq.push(["setSiteId", "65"]); | |
10 | + _paq.push(["setSiteId", "1"]); | |
11 | 11 | var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; |
12 | 12 | g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); |
13 | 13 | })(); | ... | ... |