Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Visits different between Warehouse and OverTime sources using Report.Queue v1.4

Avatar

Level 2

Hi - Hoping I can get an explanation for a strange behaviour.

I'm calling a simple request via the Report.Queue API (v1.4). It looks like this.

{

                "reportDescription":{

                                "reportSuiteID":"mySite",

                                "dateFrom":"2018-01-01",

                                "dateTo":"2018-08-01",

                                "dateGranularity":"month",

                                "metrics":[

{"id":"pageviews"},

{"id":"visits"},

{"id":"uniquevisitors"}

                                ],

                              "source":"warehouse"

                            

                }

When I run the request using "source":"warehouse", I get a number (127K) for visits for the month of January 2018. When I run the request without "source":"warehouse" - that is, as a 'standard' report, I get 155K visits for January 2018. The pageviews and unique visitor counts are the same.

Using the AA site and looking at standard metric reports, I see the 155K number. I'm not using any elements or other filters in the request.

Can anyone help me understand why the data warehouse would have different numbers?

1 Accepted Solution

Avatar

Correct answer by
Employee

Is there a metric called visits-all visitors (or something like that) that you can use in the API?

I know the front end has a visits and visits-all visitors metric. You'll want to use visits-all visitors in order to match the UI.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Is there a metric called visits-all visitors (or something like that) that you can use in the API?

I know the front end has a visits and visits-all visitors metric. You'll want to use visits-all visitors in order to match the UI.