London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi,
I am trying to add google variance testing on a page but when the page is rendered it removes the </unscript> tag from the page as it does not have an opening tag.
e.g
This is what I have coded on the page
<script>utmx_section("Slide images")</script>Content... </noscript>
but when the page is rendered on the website it removes the unscript closing tag
<script>utmx_section("Slide images")</script>Content...
I have tried various options in the episerver configuration section in the web.config but no success so far. Has anyone came accross the same problem? Any help would be appreciated