DROWL A/B-Testing Global (for Google Analytics Experiments)

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

  1. Use the standard Drupal module installation procedure: https://drupal.org/documentation/install/modules-themes/modules-7
  2. Configure the module at: admin/config/system/drowl-abtesting-global
  3. Define reactions like context activation, css loading, theme switching, ... by implementing HOOK_drowl_abtesting_global_handle_variation in your custom module. 100% flexibility!

Dependencies