This message was deleted.
# ask-questions
w
This message was deleted.
l
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.
103 Views