Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Google Analytics Invitation Code - where to put script?
I finally got my invitation code for Google Analytics today and don't know where to put the script code block. Is there some simple place or way to add this to your Netsuite website?
They say to: "Copy and paste the following code block immediately before the </body> tag of each page you are planning to track. If you use a common include or template, you can enter it there:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-3........";
urchinTracker();
</script>
0