GoingUp! Logo 2

This project is not covered by Drupal’s security advisory policy.

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.

  1. Install the module as usual - download, extract the tarball, and enable it. There are no external dependencies (yet).
  2. Get a GoingUp! account - they're free (and a lot easier to set up than Google, IMHO).
  3. Add your site if you didn't do it during your account set up.
  4. Navigate to the Website Settings page for your site.
  5. Select the menu item Site & API Key from the navigation on the left of the page.
  6. Record both the Site ID and API Key.
  7. On your Drupal installation, navigate to Admin » Site Configuration » GoingUp! to access the module's settings page
  8. Enter your Site ID and API Key from above.
  9. Optionally, edit the list of page masks to exclude from tracking in the textarea (just like you would for block exclusions). The page masks provided by default are the same as the Google Analytics module, so they should be tried and true for most installations.

Enjoy!

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Module categories: Integrations
  • Created by arpieb on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases