Expand my Community achievements bar.

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.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How we can use AA Legacy (old) plugins into AEP Web SDK possibilities?

Avatar

Level 2

Dear All,

I would like to understand more on how we can use the old plugins which we used for Appmeasurement.js into AEP Web SDK via Adobe Launch through Data Element (or) Rules under Action.

Because I am wondering if we move from AA Legacy to Web SDK migration then what ever we used those Adobe Plugins under the Appmeasurement.js custom JavaScript will no longer in use as this pointed to "s.doPlugins" (or) s.*** related function.

Please help me to understand.

Thanks,
Vijay

1 Accepted Solution

Avatar

Correct answer by
Employee

@Vijayakumar_Raju_CBE There are couple of ways to do it  

  1. Use the common web sdk extension: See details here
  2. Create custom code: The way i personally prefer, get the code and modify it to your usecase and populate values to a xdm field. Here's the link to most of the plugins used. 

 

Also check this video out for some good tips 

https://experienceleague.adobe.com/docs/experience-league-live-events/events/episodes/exl-live-episo...

 

Hope that helps 

Anil

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

@Vijayakumar_Raju_CBE There are couple of ways to do it  

  1. Use the common web sdk extension: See details here
  2. Create custom code: The way i personally prefer, get the code and modify it to your usecase and populate values to a xdm field. Here's the link to most of the plugins used. 

 

Also check this video out for some good tips 

https://experienceleague.adobe.com/docs/experience-league-live-events/events/episodes/exl-live-episo...

 

Hope that helps 

Anil