A/B Testing lets you compare several alternate versions of the same web page simultaneously and see which produces the best outcome. CCE allows you to conduct A/B testing easily by creating an "Evolve" module.
Control Group
A control group is a segment of users who are not exposed to any variables being tested. You can define a control group by selecting Control Group as a test variant:
The users in Control Group will see the control links that are passed to the CCE impression requests. The "control links" are the links found in the `targetElementId` div. For example:
|
In the example above, the items found in the `target_element` div are passed to the request and they are sent back to the client for reporting/tracking purpose. Note that duplicates are automatically removed – in the example above, `imageLink` and `itemTitle` point to the same URL but no special care will be needed to remove such duplicates.
Also note the use of optional `ctrlLinksCss` – In case you want to use links in the specific tags only as control links, you specify the tag names/IDs there.. By specifying `ctrlLinksCss`, the links appear in other tags ("fbSharedLink" in the example) are ignored and will not be taken as control links.