Adobe Analytics vs Shadow DOM components
Greetings!
Can someone point out where one can find documentation and/or examples in how to use Adobe Analytics in shadow DOM components?
Ex: tracking a button click in a shadow DOM component
Web HTML components built with: "stencil, lit or pure JavaScript"
Is it possible to also extend the behavior of "activity map" to shadow DOM components?
Do we need to create custom events/variables?
Do we need to bubble up the event from shadow DOM to light DOM and send to Adobe Analytics or is there a way to trigger a function that sends the data to adobe Analytics, for ex, a user clicks on a "shadow button" and "onclick event" we trigger a customized function that sends the info to adobe?
Thank you in advance.