-
-
Notifications
You must be signed in to change notification settings - Fork 369
Closed
Description
I was looking at #109 and it seems like it's been merged into master. From that pull request:
An experiment can have more than one goals. For example, we might want to see how an alternative might affect sign up conversion, as well as purchase conversion. It's possible that an alternative might increase sign-up conversion, but negatively impact purchase conversion.
So that makes it seem like multiple, progressive goals are available. But then if you look at the README, it mentions:
NOTE: This does not mean that a single experiment can have/complete progressive goals.
Good Example: Test if listing Plan A first result in more conversions to Plan A (goal: "plana_conversion") or Plan B (goal: "planb_conversion").
Bad Example: Test if button color increases conversion rate through multiple steps of a funnel. THIS WILL NOT WORK.
In fact, I am the one who wrote that section in the README. 😆 So what is going on here??