You are here

README.txt in Optimizely 8.3

CONTENTS OF THIS FILE
---------------------

* Introduction
* Requirements
* Recommended Modules
* Installation
* Configuration
* Maintainers


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

This Optimizely module integrates a Drupal site with Optimizely. This module
allows sites to only load the Optimizely JavaScript on specific pages
helping keep load times down.

Optimizely.com is a A/B testing tool that helps you optimize your site's
conversion rate. In order to use this module, you'll need an Optimizely account.
A Free 30 day trial account is available.

 * For a full description on Optimizely services visit:
  https://www.optimizely.com/

 * For a full description of the module visit:
  https://www.drupal.org/project/optimizely

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


REQUIREMENTS
------------

This module requires no modules outside of Drupal core.


RECOMMENDED MODULES
-------------------

The Apache mod_rewrite module is required to support the project
enable/disable checkboxes on the Project Listing page. Use the project form to
change the status if mod_rewrite is not available.


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

Install the optimizely module as you would normally install a contributed Drupal
module. Visit https://www.drupal.org/node/1897420 for further information.


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

    1. Navigate to Administration > Extend and enable the Optimizely module.
    2. Navigate to Administration > Configuration > System > Optimizely.
    3. A default project was created when the module was enabled.
    4. Navigate to the Account Info tab and add the Optimizely account ID supplied
       by the Optimizely website. On the Optimizely site, navigate to Settings >
       Implementation to find the Project ID. It is the number after "/js/" in the
       Optimizely Tracking Code snippet.
    5. Navigate to the "Add Project" tab and enter a descriptive name for the
       project in the "Project Title" field.
    6. In the "Optimizely Project Code" field enter the code for the specific
       project. This can be found on the Optimizely web site. Navigate to Settings >
       Overview and click into the specific project. A unique URL will be created
       and the last set of numbers in the URL is the project code.
    7. Each project can be enabled or disabled. When enabled, the project will be
       applied site wide.
    8. Set the path where the Optimizely code snippet will appear. For Example:
       "/clubs/*" causes the snippet to appear on all pages below "/clubs" in the
       URL but not on the actual "/clubs" page itself.
    9. Add the project. It should now appear in the Project Listing tab.

Most of the configuration and designing of the A/B tests is done by logging into
the account on the Optimizely website.


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

The 7.x-1.x branch was created by:

 * Yannis Karampelas (yannisc) - https://www.drupal.org/u/yannisc

This module was created and sponsored by Netstudio, a drupal development company
in Athens, Greece.

 * Netstudio - https://www.netstudio.co.uk/

---

The 7.x-2.x branch was created by:

 * Darren Douglas Lee (DeeZone) - https://www.drupal.org/u/deezone

Sponsored by DoSomething.org, a New York City based non-profit working towards
empowering youth (16-24) in social good around the world.

 * DoSomething.org - https://www.dosomething.org/us

---

The 8.x branches were created by:

 * Earl Fong (tz_earl) - https://www.drupal.org/u/tz_earl

as an independent volunteer

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended Modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. This Optimizely module integrates a Drupal site with Optimizely. This module
  12. allows sites to only load the Optimizely JavaScript on specific pages
  13. helping keep load times down.
  14. Optimizely.com is a A/B testing tool that helps you optimize your site's
  15. conversion rate. In order to use this module, you'll need an Optimizely account.
  16. A Free 30 day trial account is available.
  17. * For a full description on Optimizely services visit:
  18. https://www.optimizely.com/
  19. * For a full description of the module visit:
  20. https://www.drupal.org/project/optimizely
  21. * To submit bug reports and feature suggestions, or to track changes visit:
  22. https://www.drupal.org/project/issues/optimizely
  23. REQUIREMENTS
  24. ------------
  25. This module requires no modules outside of Drupal core.
  26. RECOMMENDED MODULES
  27. -------------------
  28. The Apache mod_rewrite module is required to support the project
  29. enable/disable checkboxes on the Project Listing page. Use the project form to
  30. change the status if mod_rewrite is not available.
  31. INSTALLATION
  32. ------------
  33. Install the optimizely module as you would normally install a contributed Drupal
  34. module. Visit https://www.drupal.org/node/1897420 for further information.
  35. CONFIGURATION
  36. --------------
  37. 1. Navigate to Administration > Extend and enable the Optimizely module.
  38. 2. Navigate to Administration > Configuration > System > Optimizely.
  39. 3. A default project was created when the module was enabled.
  40. 4. Navigate to the Account Info tab and add the Optimizely account ID supplied
  41. by the Optimizely website. On the Optimizely site, navigate to Settings >
  42. Implementation to find the Project ID. It is the number after "/js/" in the
  43. Optimizely Tracking Code snippet.
  44. 5. Navigate to the "Add Project" tab and enter a descriptive name for the
  45. project in the "Project Title" field.
  46. 6. In the "Optimizely Project Code" field enter the code for the specific
  47. project. This can be found on the Optimizely web site. Navigate to Settings >
  48. Overview and click into the specific project. A unique URL will be created
  49. and the last set of numbers in the URL is the project code.
  50. 7. Each project can be enabled or disabled. When enabled, the project will be
  51. applied site wide.
  52. 8. Set the path where the Optimizely code snippet will appear. For Example:
  53. "/clubs/*" causes the snippet to appear on all pages below "/clubs" in the
  54. URL but not on the actual "/clubs" page itself.
  55. 9. Add the project. It should now appear in the Project Listing tab.
  56. Most of the configuration and designing of the A/B tests is done by logging into
  57. the account on the Optimizely website.
  58. MAINTAINERS
  59. -----------
  60. The 7.x-1.x branch was created by:
  61. * Yannis Karampelas (yannisc) - https://www.drupal.org/u/yannisc
  62. This module was created and sponsored by Netstudio, a drupal development company
  63. in Athens, Greece.
  64. * Netstudio - https://www.netstudio.co.uk/
  65. ---
  66. The 7.x-2.x branch was created by:
  67. * Darren Douglas Lee (DeeZone) - https://www.drupal.org/u/deezone
  68. Sponsored by DoSomething.org, a New York City based non-profit working towards
  69. empowering youth (16-24) in social good around the world.
  70. * DoSomething.org - https://www.dosomething.org/us
  71. ---
  72. The 8.x branches were created by:
  73. * Earl Fong (tz_earl) - https://www.drupal.org/u/tz_earl
  74. as an independent volunteer