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

Several conversions for same client_id #238

Open
TiagoPortfolio opened this issue May 25, 2016 · 3 comments
Open

Several conversions for same client_id #238

TiagoPortfolio opened this issue May 25, 2016 · 3 comments

Comments

@TiagoPortfolio
Copy link

Hello everyone,

It seems that sixpack doesn't register more than one conversion for the same client_id.
What if I have 2 landing pages, and I want user A to see landing page number 1 and user B to see landing page number 2 ALWAYS. How can I track how many times the button was pressed for each user?

@EliFinkelshteyn
Copy link

EliFinkelshteyn commented Dec 22, 2016

I'm interested in this as well. Is supporting multiple conversions per user a planned feature on the roadmap? Seeing how the Redis backend is currently used with sets and sadd for recording conversions, it would potentially be a breaking change. Guessing would require something like either moving from Redis sets to hashes, or using hashes in addition to sets.

If there's interest, I'd be happy to help work on it. @josegonzalez are you the right person to ask about this?

@josegonzalez
Copy link
Contributor

It would be a breaking change, and I'm not sure it's ideal for all use cases, so you'd want to gate it when creating the test.

Feel free to contribute and I'll review the pr.

@EliFinkelshteyn
Copy link

Cool. Will see if I can find some spare hours and get something out. Thanks for the quick response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants