- 
		Obtaining GA4 Account and Property Information“Hey, I’m using R to pull GA4 Account and Property information but I keep running into a problem. I’ve got no issues when it comes to Universal analytics info with the following code: `r
 accounts <- google_analytics_accounts()
 properties <- google_analytics_properties(accounts)
 `However, whenever I try to nab the GA4 properties, like this: `r
 ga4_properties <- google_analytics_4_properties()
 `I’m just met with errors. Anyone got a fix or can tell me what I’m doing wrong?” 
Log in to reply.
 
		