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.
SOLVED

Is we can able migrate the AA extension property implementation to AEP web SDK implementation

Avatar

Level 3

Hi Team,

Currently, we are trying to migrate from the AA extension to the AEP extension, but we have only basic access for AEP. For basic access, we can able to use all implementations in the  AEP SDK.

Thank you for Advance for the help.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @PadmajaS 

with basic access to the Adobe Experience Platform, you should still have access to both Schemas and Datastreams which are essential to set up the Web SDK.

Here's a tutorial from Adobe on this matter.

 

Essentially you will have to

  • create an Experience Event schema
  • create a datastream (ideally one for non-prod and one for prod, optionally also one for staging) that has Adobe Analytics added as service
  • add the Web SDK extension to Adobe and configure it to use the previously created datastreams
  • use the Web SDK extension to send events

 

bjoern__koth_0-1745496709616.png

 

Cheers from Switzerland!


View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @PadmajaS 

with basic access to the Adobe Experience Platform, you should still have access to both Schemas and Datastreams which are essential to set up the Web SDK.

Here's a tutorial from Adobe on this matter.

 

Essentially you will have to

  • create an Experience Event schema
  • create a datastream (ideally one for non-prod and one for prod, optionally also one for staging) that has Adobe Analytics added as service
  • add the Web SDK extension to Adobe and configure it to use the previously created datastreams
  • use the Web SDK extension to send events

 

bjoern__koth_0-1745496709616.png

 

Cheers from Switzerland!


Avatar

Level 3

Hi @bjoern__koth, Thank you for mentioning the brief explanation.