Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identify users who reinstalled the app in postgres data #2295

Closed
esmeetewinkel opened this issue Apr 16, 2024 · 1 comment
Closed

Identify users who reinstalled the app in postgres data #2295

esmeetewinkel opened this issue Apr 16, 2024 · 1 comment
Assignees

Comments

@esmeetewinkel
Copy link
Collaborator

Details
On PLH Teens TZ, there are a couple of users whose app launch count reduced (which should not be possible). The hypothesis is that they cleared their app cache/data, potentially by uninstalling and reinstalling the app. There is no way to verify this assumption in the postgres data at the moment:

  • We do have a CreatedAt timestamp in the postgres data, but this is unchanged for these users so cannot be used to verify the hypothesis. This is expected, since it is the timestamp in which the user ID was first created in the postgres table.
    image
  • We do have an app_events_summary key visible on the web app, which contains a first_app_launch timestamp, but this variable doesn't seem to make its way to postgres.
    image
    I think this key is legacy (one of its properties is app_day which was something specific to one deployment that was discarded a long time ago) and can be removed.

I could already store a first_app_launch contact field through the templates, but since this could be useful for debugging any app it might make sense to put it in as a protected variable _first_app_launch (or maybe _app_launch_first to be consistent with the existing variables _app_version and _server_sync_latest)

@esmeetewinkel
Copy link
Collaborator Author

Closed by #2320

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants