Expand my Community achievements bar.

Announcement: Calling all learners and mentors! Applications are now open for the Adobe Analytics 2024 Mentorship Program! Come learn from the best to prepare for an official certification in Adobe Analytics.
SOLVED

Real time getting clickstream data from adobe analytics to aws using kinesis stream

Avatar

Level 2

I want to implement realtime clickstream data from adobe analytics to aws using kinesis how can i get this data by sencod by second in real time from adobe analytics adobe analytics is already implemented on website.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@Dharmesh You can use adobe analytics real-time livestream API. Here is the documentation link for me same. You can integrate this endpoint into Kinesis and get the data real-time

 

Note: This will not contain processed data, and it will be server call level

https://developer.adobe.com/analytics-apis/docs/1.4/guides/livestream/ 

View solution in original post

4 Replies

Avatar

Correct answer by
Employee Advisor

@Dharmesh You can use adobe analytics real-time livestream API. Here is the documentation link for me same. You can integrate this endpoint into Kinesis and get the data real-time

 

Note: This will not contain processed data, and it will be server call level

https://developer.adobe.com/analytics-apis/docs/1.4/guides/livestream/ 

Avatar

Level 2

@VaniBhemarasetty thanks for your instant reply I want to use this data to build real time segmentation for customer. Do you have any idea regarding the latency issue to get this data into aws.

Avatar

Employee Advisor

@Dharmesh As far as I know Livestream API does not have any latency and it is real time

Avatar

Level 2

Adobe Connections (or EventForwarding) does the job. I have implemented it to send to Kinesis. It is same function as Vani said, but I it's the latest product. The latency we observed was around 17 seconds.