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
I think there are cases for many when we may want to run multiple experiment at once. For an instance, I may want to pick a font from an array and at the same time pick a different header logo. We can do something like this in ab-testing.php:
The problem with this is that you can not really know which experiment is responsible for the goal competition.
@ben182 I mean I track goals via another method. For example, I'm triggering a third party API URL on the frontend. They will track all the goals I need for example.
Any suggestions for a workaround?
I think there are cases for many when we may want to run multiple experiment at once. For an instance, I may want to pick a font from an array and at the same time pick a different header logo. We can do something like this in ab-testing.php:
This way, it always pick one item for each array of an experimentLists object.
This would enhance this tool because there are no any other A/B testing tools with this feature.
The text was updated successfully, but these errors were encountered: