Expand my Community achievements bar.

send one website web sdk data into 2 different sandbox datastream?

Avatar

Level 3

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

Topics

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

2 Replies

Avatar

Level 2

You can add two separate Web SDKs to your website, each set up to send data to a different Data Stream.

 

  1.  Include the Web SDK script twice on your site.
  2. Configure each SDK with a different Data Stream ID.

Write custom code to duplicate data and send it to both Data Streams.

 

Use Adobe APIs to programmatically send data to both Data Streams.

 

Avatar

Level 5

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