Integrating Web Analytics

You can connect your community with a third-party web analytics application such as Google Analytics or WebTrends.

In the admin console, go to Reporting > Settings > Third-Party Integration and enable third-party integration. Then, paste the third-party provider's script into the text box and click Save Settings. The script will be automatically inserted by the application at the bottom of its pages. The script isn't typically displayed to users, nor are the analytics results displayed in the admin console (you'll get them from your analytics provider).

Here are two examples of third-party scripts that you might enter into the third-party script text box:

<script src="www.google-analytics.com—urchin.js <http://www.google-analytics.com/urchin.js>"
    type="text/javascript"> 
</script>

or

<script type="text/javascript">
    _uacct = "AB-123456-1"; urchinTracker(); 
</script>