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

By default Piwik should not create a new visit whenever a visitor views a page using a different campaign #9944

Open
mattab opened this issue Mar 17, 2016 · 1 comment
Labels
c: Attribution RFC Indicates the issue is a request for comments where the author is looking for feedback.

Comments

@mattab
Copy link
Member

mattab commented Mar 17, 2016

Current behavior as documented in https://piwik.org/faq/how-to/faq_19616/ from #9299 :

By default Piwik will create a new visit whenever a visitor views your website using a different campaign information from the visitor’s ongoing visit. You can disable this behavior by setting 1create_new_visit_when_campaign_changes=0under[Tracker]` section in your config/config.ini.php file.

Proposal: set by default create_new_visit_when_campaign_changes=0 in global.ini.php

Goal: this will prevent some possible confusion when many visits are created if links happen to include Piwik campaign parameters. By default, Piwik should be careful to create only one visit within 30 min period.

@mattab mattab added the RFC Indicates the issue is a request for comments where the author is looking for feedback. label Mar 17, 2016
@mattab mattab added this to the 2.16.x (LTS) milestone Mar 17, 2016
@tsteur
Copy link
Member

tsteur commented Mar 29, 2016

Kinda off topic: I wonder how to get more feedback on such important decisions. Since this will change the number of visits, which will affect many other metrics that depend on number of visits etc. Maybe we could post a very tiny blog post asking for feedback on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Attribution RFC Indicates the issue is a request for comments where the author is looking for feedback.
Projects
None yet
Development

No branches or pull requests

2 participants