Hi! I'm a bit stuck trying to figure out how to pr...
# ask-questions
l
Hi! I'm a bit stuck trying to figure out how to properly track metrics. I've set up a GA4 event for "click" and am passing through event parameters that I would like to filter by. I'm a bit unsure of how to do this using fact tables. My initial approach is to use a row filter to filter for specific event_params, but in my test query I'm getting an unrecognized name for event_params. Any guidance or tips on how to set up a metric using event_params is much appreciated!
Update: I was able to do this using SQL instead of a fact table, but curious to know if that is the right approach
f
either will work
fact tables are more efficient as one query can return multiple metrics - but if you don't have much data, there wont be much difference.
did you click on 'discover metrics'?
it will create two fact table queries for you
and add metrics for page views and some other events
l
Thanks Graham! Is that the same as the recommended metrics? That got me about 95% of the way there! I just had to use SQL for the events that used event parameters to distinguish them.