Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A/B Testing #182

Closed
Tannergoods opened this issue Feb 25, 2020 · 4 comments
Closed

A/B Testing #182

Tannergoods opened this issue Feb 25, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@Tannergoods
Copy link
Contributor

I would like to track which type of pages and or views are working for users and test them against each other

@Tannergoods Tannergoods added the enhancement New feature or request label Feb 25, 2020
@jeremynevans
Copy link

jeremynevans commented Feb 27, 2020

This would be awesome. 🙌 Here's how I'd love it to work:

I assign users into groups by sending properties when I identify a user, e.g. some users get { newDesign: true } and some get { newDesign: false }.

I can then ask Posthog:

"Over a certain date range, what proportion of users in each group triggered event (or action) X?"

The proportion (rather than raw numbers of users) is important since I might be doing a 90/10 split while trying out some new experimental beta feature.

Thanks!

@jamesefhawkins jamesefhawkins added this to the Get the basic functionality completed milestone Mar 3, 2020
@jamesefhawkins jamesefhawkins removed this from the Get the basic functionality completed milestone Apr 9, 2020
@corbt
Copy link

corbt commented Jun 8, 2020

Hey all, just curious if this is on the roadmap? We have our own ad-hoc internal experiments framework but would love to be able to use Posthog to track experiment conversion!

@Twixes
Copy link
Member

Twixes commented Dec 8, 2020

This is now pretty much possible with Feature Flags! And for enhancements to the A/B testing with Feature Flags experience, we now have issue #1697.

@Twixes Twixes closed this as completed Dec 8, 2020
yakkomajuri pushed a commit that referenced this issue Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants