I am using Adobe Analytics API (Rest interface) to fetch data from experience. I see some data discrepancy.
The page views count I get for the entire hour time rage doesn't match with five minutes slices. These are my steps:
1. Queried data for dateRange: 2021-11-30T10:00:00.000/2021-11-30T10:59:59.999, page views count was: 1117995.0
2. Queried data for dateRange: 2021-11-30T10:00:00.000/2021-11-30T10:04:59.999, and then again for dateRange: 2021-11-30T10:05:00.000/2021-11-30T10:09:59.999, and so on all the way till 2021-11-30T10:59:59.999 (in five minutes slices). When I added the page views count, the total doesn't match with the first query (for the entire hour).
What could be the issue here? Are the dates in the dateRange inclusive of the boundary or exclusive? I can provide the sample Json request if you want, please let me know.