Hi,
Right now, we are sending one website web SDK data into 1 DataStream but we got a request to send same website data into 2 DataStream/Sandboxes. Is there any option to handle this use case?
thanks in advance
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
in this approach, there might be conflict while data capture, so ensure to have a separate event defined for each data element corresponding web sdk else have one data layer only to capture data elements and trigger two events/map/send data to each data stream - only script is required
You can add two separate Web SDKs to your website, each set up to send data to a different Data Stream.
Write custom code to duplicate data and send it to both Data Streams.
Use Adobe APIs to programmatically send data to both Data Streams.
in this approach, there might be conflict while data capture, so ensure to have a separate event defined for each data element corresponding web sdk else have one data layer only to capture data elements and trigger two events/map/send data to each data stream - only script is required
Views
Likes
Replies