DROWL A/B-Testing Global (for Google Analytics Experiments)
Categories
Component ID
2528384
Component name
DROWL A/B-Testing Global (for Google Analytics Experiments)
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Module to execute global (in most cases design / theme) A/B-Testings using Google Analytics Experiments.
This module does not execute actions itself but provides a hook (see drowl_abtesting_global.api.php) to execute them
based on the currently active variation.
Guide how to create Google Analytics content experiments for multiple pages:
http://www.hallme.com/blog/running-google-content-experiment-multiple-pa...
Google Analytics Experiments manual:
https://support.google.com/analytics/answer/1745216
Special thanks to the maintainer of the content_experiments module which this module was inspired of. content_experiments focuses on single node experiments.
Installation & how it works
- Use the standard Drupal module installation procedure: https://drupal.org/documentation/install/modules-themes/modules-7
- Configure the module at: admin/config/system/drowl-abtesting-global
- Define reactions like context activation, css loading, theme switching, ... by implementing HOOK_drowl_abtesting_global_handle_variation in your custom module. 100% flexibility!
Dependencies
- Google Analytics Account (for Experiments)
- No module dependencies
- Using context.module for flexible orchestration is a good idea in many cases
