Hi all,
I’m looking for some best practice to track screen views. My goal is to create a funnel to understand how many people begin the onboarding on ScreenA and finish it to ScreenE, the drop off rate, and things like this.
Should I simply log a “screen_view” event and then add some property like “name → ScreenA”?
Would I be able to filter events using that property then?
Thank you