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 ...