Enable Google Analytics for your Web Help in order to track customer interaction with your content.
You need to sign up with Google Analytics and create an account for the site. The account ID for the site must be added to the index.htm file.
Enable Google Analytics for your Web Help in order to track customer interaction with your content.
You need to sign up with Google Analytics and create an account for the site. The account ID for the site must be added to the index.htm file.
To enable Google Analytics integration in Web Help:
<!--<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>-->
<!-- Google Analytics Account ID -->
<input id="googleAnalyticsAccId" type="hidden" value="" />
<!-- Google Analytics Account ID -->
<input id="googleAnalyticsAccId" type="hidden" value="UA-12345678-9" />
Note: The files index.htm and webhelp.js have been modified to implement Google Analytics in the WebHelp template.