How can we share the adobe analytics real time data to another REST API | Community
Skip to main content
Umamaheswari_Yakkala
Community Advisor
Community Advisor
June 25, 2020
Solved

How can we share the adobe analytics real time data to another REST API

  • June 25, 2020
  • 3 replies
  • 2947 views

Hi Team, 

 

 I am new to Analytics. Is there any way that I can share real-time Analytics streaming data to another Rest API.? which API call do I need to use to accomplish this. 

 

Any ideas or that would be great.

 

Thanks In Advance

 

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 rola23

Hi There,

 

You would have two options to export real time data through API:

 

1) Real Time API: https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/reporting-api/real_time.md

2) Livestream API: https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/live-stream-api/getting_started.md

 

Livestream API gives you all the data set as you'd see in a Server Call on your site but it requires special contract. Real Time API is free to use but is limited in functionality as it only allows limited dimensions.

3 replies

rola23Adobe EmployeeAccepted solution
Adobe Employee
June 29, 2020

Hi There,

 

You would have two options to export real time data through API:

 

1) Real Time API: https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/reporting-api/real_time.md

2) Livestream API: https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/live-stream-api/getting_started.md

 

Livestream API gives you all the data set as you'd see in a Server Call on your site but it requires special contract. Real Time API is free to use but is limited in functionality as it only allows limited dimensions.

khurshid
Adobe Employee
Adobe Employee
July 20, 2020

The best option would be to use Livestream. You need to save the Livestream data in a database and then create and use your own API service to make the available to a Rest API.

jantzen_b
Adobe Employee
Adobe Employee
April 13, 2021
Do any of the answers below answer your initial question? If so, can you select one of them as the correct answer? If none of the answers already provided answer your question, can you provide additional information to better help the community solve your question?