Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Send the ECID as XDM parameter via Adobe launch server side implementation

Avatar

Level 1

Hi all,

 

I am using Adobe Experience Platform Web SDK extension to send server side data via Adobe Launch.

 

I want to send ECID as XDM parameter "xdm.web.user.adobeId" in the server side Adobe Launch implementation via Adobe Experience Platform Web SDK extension.

 

Any help would be appreciated.

 

0 Replies

Avatar

Level 1

Hi @Swapnil_Borse ,

 

I was able to get the ecid passed as a data element and then had it mapped within the xdm data element within field group of endUserIDs, to populate the mcid id. Followed the below approach :

 

1. Created Rule to set populate ECID (ref#https://experienceleague.adobe.com/docs/experience-platform/edge/extension/accessing-the-ecid.html)

2. Rule set %ECID% using _satellite.setVar

3. Map the %ECID% in the xdm data element as mcid > id

BeenitChatterjee_0-1646298523330.png

 

4. Interact response on site

BeenitChatterjee_1-1646298661398.png

 

cheers!