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
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies