After you have core module 'contact' installed, option 'Contact settings' is always displayed on user edit page even you have permission "Use users' personal contact forms" inactivated.
This module integrates your site with the GoingUp! analytics service.
Initially it will provide just page tracking integration, but will ultimately integrate analytics reports directly into the Drupal admin interface via the service's API.
Installation
Requirement: PHP 5.2 or higher is required for this module. This is due to the GoingUp! API returning JSON-encoded results, which I'm using the PHP function json_decode to process - which was only generally available from 5.2 and up.
Install the module as usual - download, extract the tarball, and enable it. There are no external dependencies (yet).
Get a GoingUp! account - they're free (and a lot easier to set up than Google, IMHO).
Add your site if you didn't do it during your account set up.
Navigate to the Website Settings page for your site.
Select the menu item Site & API Key from the navigation on the left of the page.
Record both the Site ID and API Key.
On your Drupal installation, navigate to Admin » Site Configuration » GoingUp! to access the module's settings page