-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
we would like to set a cookie for AB testing which will enable the visitor to see again the same variant like for the first visit.
Our solution over frontend is to use the cookie LUXABTEST , but in the frontend is not accessible the current variant. So we try to extend \In2code\Luxenterprise\Middleware\AbTesting:addDataAttributesToHtmlContent by adding this parameter:
data-lux-abvariant="' . strtoupper($this->abTestingPage->getCharacter()) . '"
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request