A/B-split-testing in Silverstripe is easy enough (http://www.silverstripe.org/archive/show/63414) although not at all optimal, but how do I perform multi-variety experiments with Google Website Optimizer (GWO) in silverstripe when the CMS (tinyMCE) deletes half the script?
A typical GWO mulit-variety script looks like this:
<script>utmx_section("Section")</script>
Section-content (this will be changed by GWO on-the-fly.
</noscript>
The problem is the lonely, unbalanced "</noscript>" which is deleted by tinyMCE on save, which in return renders the script useless.
Anyone with a solution to this problem?