-
Is it possible to retrieve tag and trigger information from Google Analytics 4 using Java?
Hey there,
I’ve been using this cool GA4 tutorial to make an API call to Google Analytics 4. The code there works great for listing my data according to certain dimensions and metrics.
Plus, I’ve been playing around with Google Tag Manager and making my own tags and triggers like this one right here – . Pretty neat, right?
For instance, say a user clicks on the menu bar and the Click URL matches a certain URL, then my tag fires up. And of course, I can check this all out in the Google Tag Assistant. Here take a peek at these variables – .
Anyway, I’m wondering if I can list these tags and triggers using JAVA. What do you think? Is it possible?
Thanks!
Log in to reply.