I transferred my epages to bt from another server because they were twice as expensive, but I seem to get incorrect help from bt technical as they don't seem to know how to do certain things..like how google works with epages. At the moment I have now set up for google registration, but the analytics don't deem to be registering.. I looked at the help but have no idea where to put the codes they are talking about onto the epages.. as usual epages have almost no help on the site ... I think they must want you to pay the server for help because their help pages do absolutely nothing for figuring out their system!
Can anyone help?
Hey catcafe, ive not used Epages but can guide you what sort of area you will need to get to,
the code you have is obviousley in HTML
if you know how to get to the HTML Editor for the page then simply copy and paste the code similar to
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18176437-3']);
_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>
in to the bottom of the page.
Regards
Matt
Hello catcafe
It's actually quite easy but as you say, not much guidance from BT/Epages. You should paste the analytics code to the following location:
Settings > General Settings > (Status tab) Advanced Settings
Let us know how you get on.