Hi,
i want to install the analytics code on gk_Party through the backend, but it doesnt work. Google says it is installed, but there is no data. The copied code always missed the <script> at the begin and the end.
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-18732387-9']); _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); })();
Is there another way to install it?
Thnx Basti