Every website that is published using T3V3_Blank is tracked under Joomlart Google Analytics account.
you can go to yourdomain/templates/ja_t3v3_blank/tpls/blocks/ and open head.php
Look for this code at line 35 and delete the code in red and replace with your google code. If you want no or have no google analytics you can delete the entire block of code.
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-243376-12']);
_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>
This is cross posted from Brisk in members forums. It too has Joomlart’s code pre-installed.
Non-members should know about this too.
If you are EU based, by leaving this code in your site you will need to revise your privacy policy and check your compliance with local data protection laws!!