Can I place Google Analytics (or Adwords / Adsense) code into my web site?
Yes. To place any "code snippets" you will need to select the page you want to add it to (from "Content Manager/Edit Pages") and the click on the "Source" button in the Pages Editor to display the source code for the page.
Most code snippets can be added at the very bottom of the code (you will need to copy and paste the code in).
It is often necessary to remove any quote marks (both single ’ and double " quotes) from the actual script code. For example:
Original code example: <script type="text/javascript"> _uacct = "UA-1x9w238x-9"; urchinTracker(’getStats’); </script>
Amended code example without any quotes: <script type=text/javascript> _uacct = UA-1x9w238x-9; urchinTracker(getStats); </script>
This question has been viewed 1178 times. Question added: Wednesday, June 18, 2008
Other Frequently Asked Questions which may be relevant: