Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Google Analytics Asynchronous Code and Google Checkout
Does anyone know if Netsuite Supports Async Code yet?
Link to Code.google.com Forum
http://goo.gl/trTQ
---------------------------------
<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%3Cscript%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-XXXXX-X");
pageTracker._initData();
pageTracker._trackPageview();
</script>
<script src="http://checkout.google.com/files/digital/ga_post.js"
type="text/javascript">
</script>
onsubmit="setUrchinInputCode(pageTracker);return true;"
---------------Below is my best guess-------------------------please help