What happens if we send data to two data streams from the UI? Will it result in two separate calls for each event, and what are the implications? | Community
Skip to main content
Umamaheswari_Yakkala
Community Advisor
Community Advisor
April 18, 2024
Question

What happens if we send data to two data streams from the UI? Will it result in two separate calls for each event, and what are the implications?

  • April 18, 2024
  • 1 reply
  • 628 views

Hi Team, 


What happens if we send data to two data streams from the UI? Will it result in two separate calls for each event, and what are the implications? (we know that we have event forwarding option but that is not feasible at this moment)

 

Thank you in Advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Adobe Employee
April 19, 2024
 
While configuring the SDK extension, you select a data stream. Only the selected Datastream will be used to send the collected edge data.
If you want to send data to 2 datastreams, you can do that by using the Datastream Configuration Overrides" setting within the action. You will need to create two actions within the same rule -
  1. The first action will send the data to the original datastream.
  2. In the second action you can use override to send data to the other datastream.

Regards,

Kumar Saurabh