Skip to content

Problem with API method Live.getLastVisitDetails and filter_offset #4044

@tsteur

Description

@tsteur

When executing this request I'm getting visitors from 23:50 - 22:50o'clock.

http://demo.piwik.org/index.php?filter_limit=15&period=day&date=2012-07-08&idSite=7&module=API&token_auth=anonymous&format=json&method=Live.getLastVisitsDetails&language=en&

When executing a follow up request to fetch the previous visitors I'm getting visitors from 22:00 - 20:45o'clock

http://demo.piwik.org/index.php?filter_limit=45&filter_offset=15&period=day&date=2012-07-08&idSite=7&module=API&token_auth=anonymous&format=json&method=Live.getLastVisitsDetails&language=en&

When executing another follow up request to fetch the previous visitors I'm getting visitors from 19:35 - 18:00o'clock

http://demo.piwik.org/index.php?filter_limit=75&filter_offset=45&period=day&date=2012-07-08&idSite=7&module=API&token_auth=anonymous&format=json&method=Live.getLastVisitsDetails&language=en&

It looks like I always miss a page or 30-60minutes. Am I doing something wrong? Doesn't look like a coincidence as this happens on all "pages" thoughout all days

At first, I expected when calling filter_offset=45 & filter_limit=30 I will get 30 visitors starting from 45. But this is also not the case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugFor errors / faults / flaws / inconsistencies etc.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions