-
Accessing an existing GA4 report in Google Analytics
Hey there, I’m building an api to pull data from Google Analytics.
Just wanted to check if there’s any hack to open an already existing Google Analytics report (GA4) using an http request, Java or Python?
I did find this useful doc,
Google analytics data api run reportBut it only helps me create a whole new report from the ground up. What I really need is to open a report that’s already out there.
When I’m on the web console of google analytics, I do see this URL for my report:
https://analytics.google.com/analytics/web/?authuser=9#/analysis/pABCDEFGH/edit/VLE12345678901_765432 (Yeah, I've changed the ids)
Open to any ideas you guys might have!
Log in to reply.