How to find total users that are still using an older version?
Hi,
If I had released 3 versions in the month of June, and
let’s assume:
v1 released on June 5 and this is the initial release
v2 released on June 10
v3 released on June 15
some users will update to new releases and some of the users will keep the older release.
today is June 25
Is there a way to find out the exact number of users are using v1, v2 and v3 (eg build 3 cohorts) on June 25?
Page 1 / 1
Hey @Bill
If I’m understanding your use case correctly, then you can use the most recently clause on your version property when defining your cohort. This will select only users whose most recent value for the property matches the value you've specified. This value will be drawn from a user's most recent active event.
You can then create three different cohorts specifying the relevant version numbers and the most recently clause. You can either use since June 5th or Last X days accordingly .
One caveat which can occur is that user can update to v3 and never send any other event after that. If you don’t have any event capturing this version change property, then this user will be included in the cohort for the version property of their last sent event ( let’s say in v2 )
If you don't have an Amplitude account, you can create an Amplitude Starter account for free and enjoy direct access to the Community via SSO. Create an Amplitude account. You can also create a Guest account below!
If you're a current customer, select the domain you use to sign in with Amplitude.
If you don't have an Amplitude account, you can create an Amplitude Starter account for free and enjoy direct access to the Community via SSO. Create an Amplitude account. Want to sign up as a guest? Create a Community account.
If you're a current customer, select the domain you use to sign in with Amplitude.