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

Segments: Option to ignore visits completely if any action is affected #11994

Open
Jorilx opened this issue Sep 1, 2017 · 2 comments
Open

Segments: Option to ignore visits completely if any action is affected #11994

Jorilx opened this issue Sep 1, 2017 · 2 comments

Comments

@Jorilx
Copy link

Jorilx commented Sep 1, 2017

I’d like to create a segment that filters out visits that contain a specific URL among their actions.
For example, if I have a visit with these 3 actions:

Homepage (http://mysite)
Section 1 (http://mysite/section1)
Section 2 (http://mysite/section2)

and I want to ignore visitors that went to Section 1, the segment should ignore the visit completely.

I tried to create such a segment (using “page URL does not contain section1” as filter) but I can still see visits that contain Section 1, if the visit contains other actions. I think this is due to the fact that I'm using a negative filter ("doesn't contain") instead of a positive one ("contains"), so maybe there could be an option to tell Piwik "remove a visit entirely if any of its actions are affected by the filter"?

(I’m using Piwik 3.0.4)

@Findus23
Copy link
Member

Findus23 commented Sep 1, 2017

See also https://forum.piwik.org/t/creating-a-segment-that-ignores-visits-by-url-completely/25415

@mattab
Copy link
Member

mattab commented Sep 18, 2017

Thanks for the suggestion!

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

4 participants