Hey sorry,Can I ask one more question here? Thanks!I'm trying to use these "start" and "top" params for paging, but seems when I selected multiple metrics (> 1) in the report, the non-last paging looks NOT sorted. While the last page looks sorted. For example: (sorted by the first metric.1. first pa...
Great, thanks a lot!So to get the row count, I need to save a calculated metric for calculating the row count, and then use that number to make my report requests, right?Once I shard the requests into several chunk, I can always assume the data in between each sharded requests will have NO overlap d...
Thanks for the reply. Does that mean as long as I'm requesting in "Hour" granularity and with evar-dimension, we can't filter out zeros within the response?
I'm using Analytics API directly, is there a param to set enqueueOnly == TRUE? Or this is set by default? I'm using the function Report.Queue() to get the reportId, and use Report.Get(). So do this mean roughly if I originally used 1 single request, and get the entire report after 4 mins. And now I ...
Thanks for the reply. My current API request is like this:{"reportDescription":{"reportSuiteID":"RS_ID","date":"2017-08-14","dateGranularity":"hour","metrics":[{"id":"bounces"}, {"id":"visits"}, {"id":"totaltimespent", "typ...
Hey,I'm trying to send multiple requests for a single report suites for paging report with params "TOP" and "STARTINGWITH". Is that possible I can send these paging requests in parallel? Will the API prepare the report for this sequentially or also in parallel? I'm basically concerned about the card...
Hey,I'm trying to request a hourly trended report through API request, it'll always returned 24 * daily report rows, even some rows the metrics count are all zero. Is there any way I can filter out with only non-zero metric counts returned through hourly report?Thanks!
Hey,Want to see once we download the WSDL file for Adobe Analytics Reporting API, do we need to re-download again for each version upgrade or more often? Thanks.