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

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

3 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