Adobe Analytics through Web SDK: Activity Map and Plug-ins | Community
Skip to main content
Kishore_Reddy
Community Advisor
Community Advisor
March 5, 2022
Solved

Adobe Analytics through Web SDK: Activity Map and Plug-ins

  • March 5, 2022
  • 1 reply
  • 5074 views

Hello Experts,

 

Hope everyone is doing well!

 

We are inching forward to finalize a plan for Web SDK migration for data collection into Adobe Analytics. I would like if the below features are supported with Web SDK:

 

  1. Activity Map
  2. Plug-ins
  3. Merchandising eVars

Please feel free to call out any issues you might have seen, if you already completed the migration or in the middle of it currently.

 

Thank you,

Kishore

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gokul_Agiwal

Hi @kishore_reddy 

The AEP Web SDK collects a number of pieces of information automatically without any special configuration. 

When you installed an AEP Web SDK extension you can see something like below 

Enabling click data collection is bit similar to a combination of link tracking with AppMeasurement and Activity Map. By default is enabled. This can be tracked automatically however if you're implemented manual option then here is the link which shows manual tracking. 

 

About plugins - Are you looking any specific plugin info?

Hope this helps. 

 

 

 

 

1 reply

Gokul_Agiwal
Community Advisor
Gokul_AgiwalCommunity AdvisorAccepted solution
Community Advisor
March 7, 2022

Hi @kishore_reddy 

The AEP Web SDK collects a number of pieces of information automatically without any special configuration. 

When you installed an AEP Web SDK extension you can see something like below 

Enabling click data collection is bit similar to a combination of link tracking with AppMeasurement and Activity Map. By default is enabled. This can be tracked automatically however if you're implemented manual option then here is the link which shows manual tracking. 

 

About plugins - Are you looking any specific plugin info?

Hope this helps. 

 

 

 

 

Kishore_Reddy
Community Advisor
Community Advisor
March 8, 2022

Thank you, @gokul_agiwal 

 

This is really helpful!

satyanarayanam1
Level 2
February 16, 2024

Hi @satyanarayanam1 

To use the plugins within the custom code editor does that mean adding the plugin code to  "On before event send callback" or by using the custom editor the AA via AEP Web SDK extension.

Is it possible to do it through the  "On before event send callback"? Is there a link or example that explains the code to add here?

 

Thanks

 


@hs_vk - 
you can put in - on before event send callback - it executes just before sending the event to edge network. Similar to AA custom code editor.