colossal-jordan-36445
07/02/2024, 6:29 AMattribute targeting
with page identification and a flag for experiment enabled or not based on site.
We have enabled sticky bucket with LocalStorageStickyBucketService
, please not we can not use BrowserCookieStickyBucketService
as we follow GDPR compliances.
If we add LocalStorageStickyBucketService
while initialising Growthbook functionality, it skips attribute targeting
condition and shows experiment on all the pages skipping page identification.
On inspecting we identified that experiment is being stored at local storage and it initialises experiment even when page identification fails.
While if we remove LocalStorageStickyBucketService
it works as expected. But we need to keep LocalStorageStickyBucketService
as we are using fallbackId
and need to show same variant to the user.
Would be great if we get any help on this, as we are currently stuck as issue is with all the experiments!rhythmic-agent-34208
07/09/2024, 8:13 PMhappy-autumn-40938
07/25/2024, 3:55 PM