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