We use Adobe Experience to store website analytics. We need to query the metrics using Adobe Analytics API (rest interface). Can I query the analytics at every 5 minutes interval? For example, I want to get the metrics for every 5 minutes from 0th hour of today until five minutes ago. If yes, can you please provide a sample request in Json format?
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
So what you can do is first:
Now what I guess you want is real-time data and Adobe has a functionality but it is way too limited. There is also the livestream API that is only in 1.4 as far as I can see. For your use I won't bother with it.
Also please bear in mind that Adobe Analytics has a processing time of in average from 30 minutes to 90 minutes. This means that some metrics will not be updated straight away like visits for example.
So I would maybe not query every 5 minutes depending on your metrics and dimensions.
Views
Replies
Total Likes
@rohithaksha I will suggest to check the below link once :-
https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/live-stream-api/getting_started.md#
If this fullfills your requirement than you need to check if the above is in the contract or not.
Views
Replies
Total Likes
@rohithaksha You can refer the below Github for the Query the Metrics and it have the sample JSON also for your refrence.
Thank You
Views
Replies
Total Likes
So what you can do is first:
Now what I guess you want is real-time data and Adobe has a functionality but it is way too limited. There is also the livestream API that is only in 1.4 as far as I can see. For your use I won't bother with it.
Also please bear in mind that Adobe Analytics has a processing time of in average from 30 minutes to 90 minutes. This means that some metrics will not be updated straight away like visits for example.
So I would maybe not query every 5 minutes depending on your metrics and dimensions.
Views
Replies
Total Likes
Thank you all for the replies.
Regarding choosing API2.0, can I select the API version while creating the project in Adobe Developer Console (where we upload certificates and get the API key/secret etc.)? If not, where do I set the API version?
Views
Replies
Total Likes
IN Adobe I/O you do not really choose the version of the API. You simply configure an integration with the Adobe API which will allow you to generate an access token. You should then use the correct API version endpoint with the credentials provided in your integration and the access token you generated.
Check out the github page https://github.com/AdobeDocs/analytics-2.0-apis/tree/master
Views
Replies
Total Likes
Views
Like
Replies
Views
Likes
Replies