Hi there,
we’d like to analyze the engagement of our users within their first week after the install. However, I can’t find an easy way to implement this. For example, let’s say we want to see how often does a user open a specific screen within a week after the install.
Ideally, we’d have a line chart, that says, as of today, all the people that performed event `A` `x` days ago, performed event `B` `y` times since. People that performed `A` `x+1` days ago, performed `B` `z` times and so on.
More generically, we’d like to see the data on a rolling basis that shows how many events users performed within a certain time period after another event.
Is there a way to implement this?