Jump to content

Google Analytics code


Recommended Posts

Via een module kun je nu de code toevoegen voor GA UA-99999999

Als ik nu een ander trackingsysteem heb zoals bijvoorbeeld:

<script type="text/javascript">

var _gaq = _gaq || [];

_gaq.push(['_setAccount', 'UA-9999999-1']);

_gaq.push(['_trackPageview']);

(function() {

var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

 

 

var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

})();

</script>

kan ik dit dan ergens toevoegen? in een tpl oid, ik heb wel iets in een Engels forum gevonden (header.tpl) maar dit werkt niet!  iemand een idee (PS 1.4.7)

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...