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

Fetching users from tracked event. #29

Open
seivan opened this issue Dec 16, 2016 · 1 comment
Open

Fetching users from tracked event. #29

seivan opened this issue Dec 16, 2016 · 1 comment

Comments

@seivan
Copy link

seivan commented Dec 16, 2016

Is there a way to get a list of users from a tracked/count?

k = "event:add_run"
Minuteman.analyze(k).day.users

Given I have a user
When I track "event:add_run"
And When I analyse "event:add_run" day
Then I should be able to get a list of users.

@tim-friedrich
Copy link

No that is not possible right now. You need to iterate through your users and test with the include? method if the user is present in the event or not.

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

2 participants