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

Live! API to support the 'segment' parameter to allow querying any visit level information #2307

Closed
mattab opened this issue Apr 13, 2011 · 1 comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Apr 13, 2011

This would be cool to have, in response to this forum post request, as a general tool. Also it would make the API consistent because other functions support the segment parameter.

For example it will make possible to select:

  • all visits (and their actions/goal conversions) for a given IP
  • or for a given country
  • or for a given keyword
  • or for any combination of segments data

Then later we could update the UI for the Visitor Log to add "Filters" at the top. However it would be nice to wait for this until we can build a reusable "Filter" for building segments that we could use for the Visitor Log but also to define segments for all other reports.

@mattab
Copy link
Member Author

mattab commented Apr 14, 2011

(In [4441]) Fixes #2307 - Live! api now accepts segments (for the Counter call and the GetLastVisits call)
The next step that would be a real OMG would be to have Filters in the UI to be able to ajax search any visitor based on any criteria... oh that would be cool ;)

Fixes #2309 - also adding visitorId as a segment

  • integration tests for both new features

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

1 participant