Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

What are the options of event forwarding for a single sand/x from a said 'x' event forwarding property to a datastream, without using launch container on the web page

Avatar

Level 1

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.

@brian_au

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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!

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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!

Avatar

Level 1

Thanks @Harveer_SinghGi1 for sharing available solutions and option 2 suits me the most.