Determining whether or not all data has been finalised for a day | Community
Skip to main content
ryant83262430
June 16, 2017
Solved

Determining whether or not all data has been finalised for a day

  • June 16, 2017
  • 1 reply
  • 642 views

I am currently using the analytics reporting API to retrieve data for a given day with a segment applied.

A sample request currently looks like this ;

{

  "reportDescription":{

    "reportSuiteID":"myReportSuiteId",

    "date":"2017-06-16",

    "elementDataEncoding": "utf8",

    "currentData": "false",

    "locale": "en_US",

    "metrics": [{"id":"visits"}],

  

    "elements" : [

      {"id" : "evar1"}

    ],

    "segments":[

      {"id":"s_mySegmentId"}

    ]

  }

}

If I queue the report at frequent intervals, I see that data as and when it becomes available.  However, I am not sure how to tell whether or not further data is still processing through the latency checkpoints.  Is there a way to queue a report that is only available when all data requested for a day and a segment has been finalised?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Hyder_Ziaee

I checked all the various things we can get from API, latency isn't one of them unfortunately.

1 reply

Hyder_Ziaee
Adobe Employee
Hyder_ZiaeeAdobe EmployeeAccepted solution
Adobe Employee
July 4, 2017

I checked all the various things we can get from API, latency isn't one of them unfortunately.