Report.GetRealTimeReport returning 0 counts
Hey All,
I'm making a pretty simple request that has been failing me. Specifically,
{ "reportDescription": { "reportSuiteID": "***OURREPORTSUITE***", "metrics": [ { "id": "pageviews" } ] }, "validate":true }The response:
{ "report": { "reportSuite": { "id": "***OURREPORTSUITE***", "name": "THE NAME" }, "period": "12:40 (Thu. 8 Aug. 2013) - 12:45 (Thu. 8 Aug. 2013)", "elements": [ { "id": "datetime", "type": "datetime", "name": "Minute" } ], "metrics": [ { "id": "pageviews", "name": "Page Views", "type": "number" } ], "type": "realtime", "data": [ { "name": "12:44 (Thu. 8 Aug. 2013)", "year": 2013, "month": 8, "day": 8, "hour": 12, "minute": 44, "counts": [ 0 ] }, { "name": "12:43 (Thu. 8 Aug. 2013)", "year": 2013, "month": 8, "day": 8, "hour": 12, "minute": 43, "counts": [ 0 ] }, { "name": "12:42 (Thu. 8 Aug. 2013)", "year": 2013, "month": 8, "day": 8, "hour": 12, "minute": 42, "counts": [ 0 ] }, { "name": "12:41 (Thu. 8 Aug. 2013)", "year": 2013, "month": 8, "day": 8, "hour": 12, "minute": 41, "counts": [ 0 ] }, { "name": "12:40 (Thu. 8 Aug. 2013)", "year": 2013, "month": 8, "day": 8, "hour": 12, "minute": 40, "counts": [ 0 ] } ], "totals": [ 0 ] } }As you can see, I'm getting 0's back for all counts. I assure you our app is used!
Is there something wrong with the request? How can I debug this further?
Thanks!
