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 in Piwik, phase 2: UI #2092

Closed
mattab opened this issue Feb 13, 2011 · 1 comment
Closed

Segmentation in Piwik, phase 2: UI #2092

mattab opened this issue Feb 13, 2011 · 1 comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. 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 Feb 13, 2011

Segmentation is available in Piwik 1.2, but only in the API for now.

This ticket is about making Segmentation available via the standard Piwik UI.

  • Create a UI to define segments similar to the GA UI, and have the report processed in real time for these custom segments.
  • Update the UI DataTables to show one segment AND 'all visits', in several rows below the normal row, as well as comparison row (similar to GA).
  • Build the feature to autocomplete when filling a value for a given dimension/metric, for efficiency and ease of use. Reuse the code in getLabelsFromTable()

Other notes / feature requests:

  • Support operator for substring matching, eg. Return all visits where keyword contains Piwik. Would support both substring and regex expression.
  • For metrics, when the value in the filter is not numeric, throw an error
  • GA supports visitsToTransaction and daysToTransaction which are equivalent to "visitConverted==1;daysSinceFirstVisit==X" - we could support these as well
  • VisitFrequency plugin could be simplified, since it doesn't require its own SQL anymore (can be seen a Segment)
@mattab
Copy link
Member Author

mattab commented Apr 28, 2011

see #2135

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. 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

1 participant