I have been asked by web optimiser to include the info below into actinic, can anyone give a bit of advice:
Now that I have access to your account, I’ve been through the Google Analytics stuff and have copied the code which needs to be added into the website.
Firstly, the code below needs to be copied into EVERY PAGE on the website;
************************************
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3418089-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
************************************
Secondly, the code below needs to be added to the page which shows ‘Thank you for buying from Porreda’ or something similar.
************************************
<!-- Google Code for purchase Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = 1067785675;
var google_conversion_language = "en_GB";
var google_conversion_format = "1";
var google_conversion_color = "FFFFFF";
if (1) {
var google_conversion_value = 1;
}
var google_conversion_label = "purchase";
//-->
</script>
<script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/1067785675/imp.gif?value=1&label=purchase&script=0">
</noscript>
Thank You
Now that I have access to your account, I’ve been through the Google Analytics stuff and have copied the code which needs to be added into the website.
Firstly, the code below needs to be copied into EVERY PAGE on the website;
************************************
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3418089-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
************************************
Secondly, the code below needs to be added to the page which shows ‘Thank you for buying from Porreda’ or something similar.
************************************
<!-- Google Code for purchase Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = 1067785675;
var google_conversion_language = "en_GB";
var google_conversion_format = "1";
var google_conversion_color = "FFFFFF";
if (1) {
var google_conversion_value = 1;
}
var google_conversion_label = "purchase";
//-->
</script>
<script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/1067785675/imp.gif?value=1&label=purchase&script=0">
</noscript>
Thank You
Comment