-
Accessing Audience Data and User IDs in Google Analytics 4: Is There an API Available?
My current aim is to sort out confusion with this audience data I have in GA4.
I’ve run into a bit of a snag. I linked my GA4 with BigQuery, but it seems like the audience data isn’t automatically getting transferred. I’ve already talked a bit about this issue over here: how to access audience data from Google Analytics 4 in BigQuery?
What I’m thinking now is maybe I can create a separate table in my BigQuery filled with the audience data and its corresponding user_pseudo_id. The plan is to transfer the data over from GA4 server to my BigQuery manually. Once that’s done, I might use a full outer join on my BigQuery, allowing me to link the GA4 event to the audience data.
So the big question is: is there some way to get audience data with its
user_id
oruser_pseudo_id
? If there’s a way to do this with an API, that would be cool.
Log in to reply.