Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

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

Avatar

Community Advisor

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

 

1 Accepted Solution

Avatar

Correct answer by
Level 2

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.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 2

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.

Avatar

Employee Advisor

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.

Avatar

Level 10
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?