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

This module integrates the Site Catalyst analytics software into a Drupal site. All future development of what used to be the siteCatalyst module will happen here because it is now owned by Adobe and renamed to AdobeAnalytics Module.

Installation

To install the AdobeAnalytics module, you should first make sure that you have a SiteCatalyst account. Assuming you have your account information, simply install and enable this module as usual and then visit the settings page at admin/config/system/adobeanalytics.

Custom Variables

There are two methods available for adding custom tracking variables (aka props) to your site:

In the GUI

The settings page allows you to use tokens to create custom variables. Additionally, you can use the Context module to set these custom variables only on certain pages or for certain users (etc...)

hook_adobeanalytics_variables()

If you are developing your own module, you can create custom variables by taking advantage of hook_adobeanalytics_variables(). This hook expects you to return an associative array where the key is the name of the variable and the value is variable's value. For an example, see the README.txt that comes with this module or look at the adobeanalytics_adobeanalytics_variables() function in adobeanalytics.module.

Supporting organizations: 

Project information

Releases