• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Google Analytics

s-f-r-j

Chevereto Member
Hello,

Could you please tell me where to add this code:

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', '**']);
_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>


Please tell me for both 2.0* version and 1.9 (since i am currently using it, until i finish style for v2)

I need to make sure it monitors all pages.

Thanks!
 
Back
Top