Is we can able migrate the AA extension property implementation to AEP web SDK implementation | Community
Skip to main content
Level 3
April 24, 2025
Solved

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

  • April 24, 2025
  • 1 reply
  • 424 views

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.

Best answer by bjoern__koth

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

 

 

1 reply

bjoern__koth
Community Advisor and Adobe Champion
bjoern__kothCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
April 24, 2025

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

 

 

Cheers from Switzerland!
PadmajaSAuthor
Level 3
April 29, 2025

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