コミュニティアチーブメントバーを展開する。

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.
解決済み

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

Avatar

Level 4

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

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

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 

元の投稿で解決策を見る

3 返信

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

正解者
Community Advisor

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 

Avatar

Level 1

Wouldn't this have a performance impact on the page while execute WebSDK scripts twice? Isn't there an option to have same Datastream ingest the collected data to two separate sandboxes from the Edge?