활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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!
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수
@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.
조회 수
답글
좋아요 수
@rohithaksha You can refer the below Github for the Query the Metrics and it have the sample JSON also for your refrence.
Thank You
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수
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?
조회 수
답글
좋아요 수
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
조회 수
답글
좋아요 수
조회 수
Likes
답글