Google Analytics
I want to track visits to marketo landing pages along with my site's google analytics. This is a comment that appears on free-form template :
<!--GOOGLE ANALYTICS. ENTER YOUR CODE and UNCOMMENT block -->
<!--
<script src="www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "YOURCODE";
urchinTracker();
</script>
-->
I've added my tracking code and uncommented the code but tracking doens't seem to be working. Anything else I'm missing?
(I see no active users on GA once I've approved the template even though I've loaded the page)