Commit a90fdbd662b0d5fab7a542a8ce3985d7f64795ed
1 parent
ca01360d
Exists in
master
Adicionado c?digo Google Analytics para rastrear tudo.
Showing
1 changed file
with
15 additions
and
1 deletions
Show diff stats
1 | -<div class="barra"><ul><li><a href="http://www.acessoainformacao.gov.br" class="ai" title="Acesso à informação">www.sic.gov.br</a></li><li><a href="http://www.brasil.gov.br" class="brasilgov" title="Portal de Estado do Brasil">www.brasil.gov.br</a></li></ul></div> | |
2 | 1 | \ No newline at end of file |
2 | +<div class="barra"><ul><li><a href="http://www.acessoainformacao.gov.br" class="ai" title="Acesso à informação">www.sic.gov.br</a></li><li><a href="http://www.brasil.gov.br" class="brasilgov" title="Portal de Estado do Brasil">www.brasil.gov.br</a></li></ul></div> | |
3 | +<script type="text/javascript"> | |
4 | + | |
5 | + var _gaq = _gaq || []; | |
6 | + _gaq.push(['_setAccount', 'UA-37670561-1']); | |
7 | + _gaq.push(['_setDomainName', 'gov.br']); | |
8 | + _gaq.push(['_trackPageview']); | |
9 | + | |
10 | + (function() { | |
11 | + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
12 | + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
13 | + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
14 | + })(); | |
15 | + | |
16 | +</script> | |
3 | 17 | \ No newline at end of file | ... | ... |