Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

Configuration

This section covers post-install configuration steps. The main configuration file for eZ Publish multivariate testing feature is located in /settings/content.ini.

Note: Do not change the original file! Use override instead, i.e.: create a new file on settings/override/content.ini.append.php

1. Enable multivariate testing feature by changing the following settings:

[TestingSettings]
# Enable or disable multivariate testing feature
MultivariateTesting=enabled

2. Optionally you can define your custom handler class (more information on how to create your own handler class in the Custom handler class section). This step can be skipped. In this case, the default implementation will be used.

# A handler class which implements <ezpMultivariateTestHandlerInterface> interface
MultivariateTestingHandlerClass=ezpMultivariateTestHandler

3. Define the list of the public siteaccesses the multivariate testing feature will be enabled for:

# List of site accesses multivariate testing is enabled for.
EnabledForSiteAccessList[]Creating test scenarios

Andrea Melo (07/08/2012 8:38 am)

Andrea Melo (27/12/2012 3:33 pm)


Comments

There are no comments.