The requirement is to create a datastream to push the event data using AEP event forwarding services. but the website doesn't have any launch container( neither dev or prod) implemented on the page.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @suyashkansal ,
Any actions that you need to take using event forwarding needs the data to land to Adobe Edge Network and that can happen using either a client-side data collection method which is WebSDK/Mobile SDK or server-side data collection which is Edge Network Server API. So in order to use event forwarding you needs to use one of these methods.
Edge Network Server API does not need Adobe Launch or client side deployment of Adobe libraries. You can configure and send request payload on your web server and send directly to Adobe Edge server.
Web SDK is a client side library which can be deployed either via Adobe Launch Web SDK Extension or directly as a Web SDK JS library on your website.
All of these methods will require some work from your website development team.
Cheers!
Hi @suyashkansal ,
Any actions that you need to take using event forwarding needs the data to land to Adobe Edge Network and that can happen using either a client-side data collection method which is WebSDK/Mobile SDK or server-side data collection which is Edge Network Server API. So in order to use event forwarding you needs to use one of these methods.
Edge Network Server API does not need Adobe Launch or client side deployment of Adobe libraries. You can configure and send request payload on your web server and send directly to Adobe Edge server.
Web SDK is a client side library which can be deployed either via Adobe Launch Web SDK Extension or directly as a Web SDK JS library on your website.
All of these methods will require some work from your website development team.
Cheers!
Thanks @Harveer_SinghGi1 for sharing available solutions and option 2 suits me the most.
Views
Likes
Replies