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 are not accurate #17128

Closed
cleger80 opened this issue Jan 21, 2021 · 3 comments
Closed

Segments are not accurate #17128

cleger80 opened this issue Jan 21, 2021 · 3 comments
Labels
answered For when a question was asked and we referred to forum or answered it. duplicate For issues that already existed in our issue tracker and were reported previously.

Comments

@cleger80
Copy link

I have a segment for example :
PageURL Contains abc-home

The filter works fine for :
/en/abc/abc-home/
/en/abc/abc-home/something
/en/abc/abc-home/something-else
...

but I see also sometimes
/en/xyz-home/
/en/def/def-home/

How is it possible ?
What could affect it ?

I am on 3.14.1

@tsteur
Copy link
Member

tsteur commented Jan 21, 2021

Hi @cleger80

this is actually expected behaviour and we fixed a bug in some 3.X version to make sure it works like this as it used to falsely work like a filter #15438 (which is a not implemented feature yet).

For a workarounds have a look at eg #15438 (comment)

refs #15130 #15341 #15211

@tsteur tsteur closed this as completed Jan 21, 2021
@tsteur tsteur added answered For when a question was asked and we referred to forum or answered it. duplicate For issues that already existed in our issue tracker and were reported previously. labels Jan 21, 2021
@cleger80
Copy link
Author

@tsteur : May I kindly ask you to explain me what is the expected behaviour of a segment when I set up "PageURL Contains abc-home" ?

@tsteur
Copy link
Member

tsteur commented Jan 21, 2021

@cleger80 it will find all visits that had viewed the given page URL and then shows you all page urls in the results all all these matching visits. So you basically can see which page views this group of visits were interested in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it. duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants