Setup Google Analytics
Provide the website you wish to track using Google Analytics. You must have a Google Account to access Analytics statistics and reports.
To embed your Analytics code, use the KU Template SSI variables googleanalytics and googlecode
How to configure Google Analytics
- First, go to Google Analytics and click "Access Analytics" (you may need to create an account if you do not already have one).
- Click "+ Add new account"
- Fill in the configuration for your website

- Fill in your name

- Read and accept the terms of service, and click "Create New Account"

- On the resulting screen, select what you are tracking (typically a single domain). You will find your Google Analytics code here. Write it down.

- Click "Save and Finish".

- Finally, please grant permission to "webcomms@ku.edu" to view your statistics (for support reasons). Click "User Manager".

- Click "+ Add User".
- Enter "webcomms@ku.edu" as the email address, "view reports only", and select your site. Click "Save Changes".

- Now you need to update your website to use the new code. To do this, open myssi/myheader.shtml and add in the following lines:
<!--#set var="googleanalytics" value="1" --> <!--#set var="googlecode" value="INSERT_THE_CODE_YOU_WROTE_DOWN_HERE" --> - Save the file and upload it to the server. It will take at least a day for Google to start showing statistics for your website




top