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!
For the answer to 1 you may be able to use the GetTestDataFromCookies method of ITestDataCookieHelper as will return all current active tests?
I wrote some visitor groups which can be use to determine if an A/B test is running: https://www.david-tec.com/2018/01/visitor-group-criterion-for-ab-testing-available-for-episerver-11/
Hi David
Thank you for suggestion, but I used another your idea: https://github.com/davidknipe/VisitorGroupUsage/blob/master/VisitorGroupUsage/Impl/VisitorGroupUsageImpl.cs
Because I need to identify visitors goups as well.
Hi
I am integrating A/B testing addon in our setup and faced several issue. Please advise if you know solution:
1) Is it possible to detect on-going test on current page if test runs for content area block only. (IMarketingTestingWebRepository.GetActiveTestForContent returns result only if block ContentRef is specified).
2) Client KPI javascript exposes several functions to global namespace with common names (setTestData, search, convert). It may create some conflicts with other scripts and libraries on pages. And just a bad practice btw. Can EPiServer rewrite it correctly, or can we modify template by ourself?
Regards