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)
- Is that possible ?
- What 'Website URL' should I write while I 'Set up data stream' in Google Analytics panel ?
- Do you have any helpful link to help me do this ?
Thanks