Hello,
I am trying to integrate the Adobe web SDK via the AEM; however, alloy calls are encountered, indicating that the currently configured Datastream ID does not exist. How do I enable the data stream ID for my AEM?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @AmitLa3
Adobe Platform Web SDK sends data from your website to Platform Edge Network. Datastream then tells Platform Edge Network to which service (example AEP, Adobe Analytics, Adobe Target) data to be sent
You need to configure data stream in Adobe Data Collection and configure it your Web SDK extension in Data Collection. More details are mentioned in below links -
Hope this helps
Thanks
Hi @AmitLa3
Adobe Platform Web SDK sends data from your website to Platform Edge Network. Datastream then tells Platform Edge Network to which service (example AEP, Adobe Analytics, Adobe Target) data to be sent
You need to configure data stream in Adobe Data Collection and configure it your Web SDK extension in Data Collection. More details are mentioned in below links -
Hope this helps
Thanks
Hi @AmitLa3 ,
You are seeing the alloy.js error because the Datastream ID added in AEM is not created or not published in Adobe Experience Platform.
AEM cannot enable or validate the Datastream by itself - it must already exist in AEP.
What you need to do
After this, alloy.js will work because the Datastream now exists and is published.
The Datastream must be created and published in AEP first > then AEM can use it.
Thanks,
Vishal