Hi. I'm working on implementing real time reports. I have been unable to get revenues (or really any metric) broken down by trackingCode when using the real time API even though using standard Report.Queue endpoint (trended report, I believe) shows breakdowns for the exact same data. And it's only for the trackingCode element too. Does anyone know what the problem might be? Using v1.4.
For reference:
RealTime:
{ "name":"2017-02-21T00:00:00-0600", "year":2017, "month":2, "day":21, "hour":0, "minute":0, "breakdown":[ ], "breakdownTotal":[ "0.00" ] }, ... "totals":[ "0.00" ],
Trended:
... { "name":"Tue. 21 Feb. 2017", "year":2017, "month":2, "day":21, "hour":0, "breakdown":[ { "name":"<some name>", "url":"", "counts":[ "0.00" ] }, { "name":"::unspecified::", "url":"", "counts":[ "<some number>" ] }, ... ], "breakdownTotal":[ "<some total> ] } ...
Solved! Go to Solution.
Views
Replies
Total Likes
Hi there,
I was able to get revenue (and pageviews) working via the Real Time API. Here's an example, you'll need your Web Services Credentials:
http://sarfraternity.org/apiTesting/analytics-api/get-all.html
Hope that helps!
Views
Replies
Total Likes
Hi there,
I was able to get revenue (and pageviews) working via the Real Time API. Here's an example, you'll need your Web Services Credentials:
http://sarfraternity.org/apiTesting/analytics-api/get-all.html
Hope that helps!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies