0
You are not counting accesses and with Firebug appears this message:
https://www.google-analytics.com/analytics.js [HTTP/1.1 503 Service Unavailable 18 ms].
I’ve done various procedures and nothing.
0
You are not counting accesses and with Firebug appears this message:
https://www.google-analytics.com/analytics.js [HTTP/1.1 503 Service Unavailable 18 ms].
I’ve done various procedures and nothing.
Browser other questions tagged google-analytics
You are not signed in. Login or sign up in order to post.
Can you post the code here that you entered on your pro tracking page and where exactly did you insert it? Your Google Analytics account is valid and the information is correct regarding your website (URL, etc)?
– Leonardo Pessoa
<!DOCTYPE HTML PUBLIC "-/W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"><head> <script> (Function(i,s,o,g,r,a,m){i['Googleanalyticsobject']=r;i[r]=i[r]||Function(){ (i[i[r].q=i[r].q||[Arguments)},i[r].l=1*new Date();a=s.createelement(o), m=s.getelementsbytagname(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,Document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-24265129-1', 'auto'); ga('send', 'pageview'); </script>
– Luciano Ferretti