Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Display GA4 event parameter in google data studio

I upgraded to Google Analytics 4 and struggle to display event parameters in Google Data Studio. I created an event parameter in Google Tag Manager to track the ID of a link. Now I want to display a table in Google Data Studio to show how many clicks I have for each ID in the last 30 days. In GA4 it just shows the event parameters of the last 30 minutes Event parameters last 30 minutes

That's why I tried to display it in Data Studio. But I have no idea how to do that. In Universal analytics it was no problem but GA4 really gives me a hard time.

UPDATE: I could solve it with BigQuery. I activated BigQuery in my console, connected it with my analytics acount, connected BigQuery with Data Studio and created a custom Query.

like image 719
Patricks Avatar asked Oct 27 '22 15:10

Patricks


1 Answers

The solution via BigQuery is one way.

The other option would be to to create a custom dimension, which is based on your custom event parameter. The reason is that Google Analytics 4 event parameters are currently not being synched with Google Data Studio - but only Google Analytics 4 dimensions are.

In the Google Analytics 4 interface, you can go to Configure > Custom Definitions > Custom Dimensions and create an event-scoped custom dimension based on the event parameter affiliate. Then, after updating your Google Data Studio data source, you should be able to access the new dimension in Google Data Studio.

like image 56
NHinternesch Avatar answered Jan 02 '23 21:01

NHinternesch