We’re testing the Sessions API with date_from/date_to filters to get the previous 24 hours of data at 3 AM each day.
Example date range filter:
What we’ve noticed is if a session that started before midnight is still active when we query the data, it does not appear in our query results.
Example session timestamps missed in 3 AM query, but present when running at 9 AM:
Once the session is completed, the session appears in query results. However since the timestamp is the start time of the session, not the end time, we miss this data unless we re-run for the same date range.
Anyone else run into this timing discrepancy?
Are there other ways to filter on “end time” of the session?