Search code examples
google-analyticsgoogle-analytics-4

Can create report of 2 events in GA4?


This is my event:

 gtag('event', 'KeyWords', {
            'Category': ctg,         
            'Keyword': keyword 
         });

Curent it create 2 sub items in Keywords: Category and Keyword

enter image description here

Can create report with Keyword is a sub item of Category?

Ex: Keywords -> Category -> Keyword

I want to compile Keyword statistics for each Category


Solution

  • You can create a report in Explorer that looks at both of those.

    You just need toake sure you are passing the parameters as custom dimensions in your admin panel.

    In Explorer, select your two custom dimensions. For your metrics, decide whether you want to see the total number of events or users and add that to the metrics section.

    Then, it is as easy as dropping them into the report in the correct places and adjusting your timeframe.