Como insertar google analytics en domino

  • Autor Autor Roger
  • Fecha de inicio Fecha de inicio
R

Roger

Lambda
ESta bien insertado el codigo asi par aun domino que no es principal??? :

<!-- BEGIN GA -->
<script type="text/javascript">
window.google_analytics_uacct = "UA-17007153-2";
</script>
ESSTO ES PARA QUE ME CONTABILICE ADSENSE NO?

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17007153-2']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
<!-- END GA -->

</head>

En el principal lo tengo asi :

<!-- BEGIN GA -->
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17007153-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
<!-- END GA -->

</head>
 
Atrás
Arriba