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

Segmentation support "select visits which visited this URL", and "visited this Page Title" #2437

Closed
mattab opened this issue May 19, 2011 · 5 comments
Assignees
Labels
Critical Indicates the severity of an issue is very critical and the issue has a very high priority. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented May 19, 2011

Currently, the following Page URLs/Page title segments are supported:

Actions
exitPageUrl     Exit Page URL
exitPageTitle   Exit Page Title
entryPageTitle  Entry Page title
entryPageUrl    Entry Page URL

It could be useful to also support a segment that selects all visits that visited a given Page URL/Page Title during their visit.

For example, "Give me the top Keywords widgets for all visits who looked at the purchase page"

@mattab
Copy link
Member Author

mattab commented Jun 22, 2011

Once the ticket #2135 is implemented, a typical workflow could be:

  • Go to Visitors > Custom Variables report
  • create/select Segment: visits who looked at page
  • Click "apply"
  • Custom variables report now reports only for users who have seen a given page

@timo-bes
Copy link
Member

timo-bes commented Sep 7, 2011

This can be done once #2633 is fixed.

"Give me the top Keywords widgets for all visits who looked at the purchase page":

module=API&method=Referers.getKeywords&segment=pageUrl==http://www.example.com/purchase/

@mattab
Copy link
Member Author

mattab commented Sep 11, 2011

Fixed by Timo in [5138]

@mattab
Copy link
Member Author

mattab commented Sep 11, 2011

(In [5147]) Fixes #2437 Adding test

@mattab
Copy link
Member Author

mattab commented Sep 11, 2011

(In [5152]) Refs #2437
Fix bug where passing pageTitle==XXXX would actually return some rows if XXXX was never viewed

@mattab mattab added this to the 1.6 Piwik 1.6 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Critical Indicates the severity of an issue is very critical and the issue has a very high priority. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants