I have a Chrome Extension (Manifest v3) which is injecting a widget in all our partner's website.
I want to integrate Google Analytics in order to receive events on some user's actions. (I already have an Event Communication system between the webpage and the service_worker)
Thanks