django-google-optimize
django-google-optimize copied to clipboard
Issues when multiple experiments run at the same time and one of the cookies hasn't been set yet.
I have two experiments set up in Google Optimize and both are set up in my admin and active. The experiments are set to trigger different pages. This issue is that request.google_optimize is empty unless both cookies are set. When a user visits one page and has that cookie set by Google, I cannot access it. As soon as the cookie is set for the second experiment, everything works as expected.
I created a pull request to fix this issue. #49
@wghozayel also noticed this issue, wonder if this package is still maintained?
@wghozayel also noticed this issue, wonder if this package is still maintained?
I hope it is! I created a pull request with a fix, its quite simple, just waiting for it to be merged and released.