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

Incorrect number of records returned after segment filter applied. #7890

Closed
ruchitrami opened this issue May 12, 2015 · 3 comments
Closed

Incorrect number of records returned after segment filter applied. #7890

ruchitrami opened this issue May 12, 2015 · 3 comments
Assignees
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Milestone

Comments

@ruchitrami
Copy link

I am trying to get list of visits with segmentation based on userid and eventCategory. Also, I am using filter_limit for my use case. Following is the call url I am using.

/?module=API&method=Live.getLastVisitsDetails&idSite=1&format=xml&filter_limit=10&filter_offset=0&period=range&date=2015-04-12,2015-05-12&segment=userId!=0;eventCategory==General

Problem: In the above URL call, it returns me only 3 records. If I increase the filter_limit to 20 the number rises to 5. So, the API is applying segmentation AFTER filter_limit, instead of doing it in reverse order.

@tsteur tsteur added the duplicate For issues that already existed in our issue tracker and were reported previously. label May 12, 2015
@tsteur tsteur added this to the 2.14.0 milestone May 12, 2015
@tsteur tsteur self-assigned this May 12, 2015
@tsteur
Copy link
Member

tsteur commented May 12, 2015

This is a duplicate of #7784

@tsteur tsteur closed this as completed May 12, 2015
@ruchitrami
Copy link
Author

It has been marked as duplicate of #7784 and #7784 is marked as duplicate of #7890 and both are closed.

@tsteur
Copy link
Member

tsteur commented Jun 9, 2015

#7784 should be still open

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.
Projects
None yet
Development

No branches or pull requests

2 participants