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

Number of participants exceeds page views #513

Open
dinkengraven opened this issue Feb 13, 2018 · 3 comments
Open

Number of participants exceeds page views #513

dinkengraven opened this issue Feb 13, 2018 · 3 comments

Comments

@dinkengraven
Copy link

Hi there! We recently added Split to our project and have noticed that the number of participants far exceeds the number of page views that we've recorded by as much as 4 times.

I read through the issues in this repo and found something similar reported in #302, but there was not much activity and the issue was subsequently closed.

Has anyone else experienced this issue? If so, do you have any idea what may be causing it?

@cchawn
Copy link

cchawn commented May 9, 2018

This might be because of the way Split handles test-resets after a user converts.
https://github.com/splitrb/split#reset-after-completion

The ab_finished method has the option reset defaulting to true, this determines if a user will start another test session (ie: become a new participant).

You can pass the option reset:false to your ab_finished method, and it should solve this issue

@tavyy
Copy link

tavyy commented Aug 31, 2018

Same issue. Adding reset: false didn't fix it for me. The traffic is coming from some Paid FB Campaigns. I added the Facebot and other bots on ignore list and still have the same behaviour.

Seeing Participants almost 6 times more than real FB clicks.

@rogerkk
Copy link

rogerkk commented Feb 6, 2024

Anyone found a solution yet? Seeing the same, the test is set up with resettable: false in the yaml config.

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

No branches or pull requests

5 participants