AdobeAnalytics
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.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 8.x-1.0 | Stable | Drupal 11 compatibility | Nov 27, 2024 |