Hey everybody,
I’m building a demo account for my mobile App. The idea is somewhat similar to the Amplitude Product Demo.
All new users will have to see the demo before being able to sign up. On the backend side, everybody is effectively logging into the same Demo Account. Our objective is to increase conversion from App install to sign up.
I’d like to track usage of the demo mode to understand if users check specific features/sections of the App and how long they browse the demo. I’m insure about the best way to do that while avoiding noise:
My current idea:
- Add a demo mode attribute to all events and filter them afterwards → not ideal because I’ll have to filter them on all charts forever.
- Create a Launched Product Demo & Exit Product Demo event, and use timestamps to calculate duration → solves the session question, but not the usage.
I’d love to hear your thoughts on the topic!
Thanks,
Vill