You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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()) . '"
The text was updated successfully, but these errors were encountered: