You are here

README.txt in A/B Test JS 7

CONTENTS OF THIS FILE
---------------------
   
 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Troubleshooting
 * Maintainers


INTRODUCTION
------------

This module allows performant A/B and multivariate testing on your site via a
lightweight JS script. It is similar to Optimizely and Adobe Test&Target, but
focused more on flexibility and power and less on allowing non-technical folks
to setup tests.

 * The project page is here:
   https://www.drupal.org/project/abjs
   
 * For a full description of the module and instructions on how to use, visit
   the documentation page:
   https://www.drupal.org/node/2716391

 * To submit bug reports and feature suggestions, or to track changes:
   https://www.drupal.org/project/issues/2601142


REQUIREMENTS
------------
This module does not have any dependencies.


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module. See:
   https://drupal.org/documentation/install/modules-themes/modules-7
   for further information.

CONFIGURATION
-------------

 * Configure user permissions in Administration » People » Permissions:

   - Administer A/B Test Configuration

     This permission allows one to create, edit, and delete Tests, but not
     to create, edit, or delete Conditions or Experiences, which require
     JavaScript.

   - Administer A/B Test Scripts and Settings

     This permission allows one to create, edit, and delete Experiences and
     and Conditions, as well as change the general settings of the module.

 * Customize the module settings at admin/config/user-interface/abjs/settings.
   If Ace Code Editor is chosen, it will load via CDN on the Condition and
   Experience Edit pages.


TROUBLESHOOTING
---------------

 * If a test is not working:

   - In your browser, check for the presence of cookies prefixed by abjs_
     or your custom prefix set in the Settings tab.


MAINTAINERS
-----------

Current maintainers:
 * Matt Mowers - https://www.drupal.org/user/1353878

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Troubleshooting
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. This module allows performant A/B and multivariate testing on your site via a
  12. lightweight JS script. It is similar to Optimizely and Adobe Test&Target, but
  13. focused more on flexibility and power and less on allowing non-technical folks
  14. to setup tests.
  15. * The project page is here:
  16. https://www.drupal.org/project/abjs
  17. * For a full description of the module and instructions on how to use, visit
  18. the documentation page:
  19. https://www.drupal.org/node/2716391
  20. * To submit bug reports and feature suggestions, or to track changes:
  21. https://www.drupal.org/project/issues/2601142
  22. REQUIREMENTS
  23. ------------
  24. This module does not have any dependencies.
  25. INSTALLATION
  26. ------------
  27. * Install as you would normally install a contributed Drupal module. See:
  28. https://drupal.org/documentation/install/modules-themes/modules-7
  29. for further information.
  30. CONFIGURATION
  31. -------------
  32. * Configure user permissions in Administration » People » Permissions:
  33. - Administer A/B Test Configuration
  34. This permission allows one to create, edit, and delete Tests, but not
  35. to create, edit, or delete Conditions or Experiences, which require
  36. JavaScript.
  37. - Administer A/B Test Scripts and Settings
  38. This permission allows one to create, edit, and delete Experiences and
  39. and Conditions, as well as change the general settings of the module.
  40. * Customize the module settings at admin/config/user-interface/abjs/settings.
  41. If Ace Code Editor is chosen, it will load via CDN on the Condition and
  42. Experience Edit pages.
  43. TROUBLESHOOTING
  44. ---------------
  45. * If a test is not working:
  46. - In your browser, check for the presence of cookies prefixed by abjs_
  47. or your custom prefix set in the Settings tab.
  48. MAINTAINERS
  49. -----------
  50. Current maintainers:
  51. * Matt Mowers - https://www.drupal.org/user/1353878