Number of records shown in UI and fetch through REST API is different
We follow the below mentioned steps to get data using Omniture REST API:
- First we get the Endopint using Company.GetEndpoint, method:
Endpoint URL: https:\\api5.omniture.com\admin\1.4\rest\
- We call Report.Queue, method using the following parameters
- reportSuiteID
- dateFrom
- dateGranularity = “day”
- min_granularity = 1
- Matrix
- visitors
- pageviews
- uniquevisitors
- bouncerate
- totaltimespent
- visits
- entries
- exits
- Elements
- geocountry
- page
- After getting the ReportId, we call the method Report.Get
- For this report suite id we get 10 rows from Omniture for date 07/14/2015, but when we login into Omniture Web UI, there are 20 records displays for that specific day.
Please let us know if we are missing anything or any further details.