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

Provide new API method to get list of visitor IDs #11863

Open
sgiehl opened this issue Jul 12, 2017 · 2 comments
Open

Provide new API method to get list of visitor IDs #11863

sgiehl opened this issue Jul 12, 2017 · 2 comments

Comments

@sgiehl
Copy link
Member

sgiehl commented Jul 12, 2017

Provide a new API method Live.getLastVisitorIDs (or similar), that returns a list of the latest visitor IDs (maybe sorted by the date of their last visit as default)

The API method should fully support segmentation, so it is possible to search for specific users.

@mattab
Copy link
Member

mattab commented Jul 12, 2017

Note it is already possible to get the list of Visitor IDs with support for segments, by leveraging the existing API ?module=API&method=Live.getLastVisitsDetails and appending &showColumns=visitorId

@sgiehl
Copy link
Member Author

sgiehl commented Jul 13, 2017

Correct. But that report contains duplicate visitor IDs. Also it processes the complete visit details which is not necessary and takes quite long.

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

3 participants