Hey all, This is probably a simple one but how can we track people who come to our app once and never come back?We have a login event but not sure how to limit it to people who never come back. Thanks
Hi Simon Hilton
You can do this in couple of ways based on the context of your app event schema
Thanks. I was wondering whether it was a cohort but wasn’t sure. I have the mindset that cohorts are long running things you shouldn’t be creating on the fly but maybe thats something to update.
I find that cohorts are somewhat restrictive with the time period sometimes, so I have been using segments instead and saving them so that if I decide to look at 60 or 90 days or any period in particular, I can easily adjust the period for the segment within the same screen (although there are limitations for both cohorts and segments when using them in segmentation chart or data table vs funnels. This is why I also choose to have saved segments, so I can make necessary tweaks based on the chart I am using).
To save a segment and access it later on, you just need to click on ‘saved’ (you can even set it up as default if you want this segment to always show up in the chart)
In regards to the login event you have, I was wondering if you might have a sign up event instead that is unique to the first time use so that using ‘did not login’ wouldn’t exclude people logging in for the first time within the period selected but not the first time prior to that period? For example, let’s say that someone created an account and logged in in January 2023 and they only login once every 45 days; if you are looking at the last 30 days of data and you say ‘did not log in’, you would be excluding this user from your analysis even though they have logged in a few times in the year.
If you had a unique event that can only be triggered once, you could use a segment like this (https://app.amplitude.com/analytics/demo/chart/new/d683d739)
The unbound retention chart that Saish Redkar recommended looks promising! Good luck!
Hello! In React-Native mobile project we have error: Amplitude Logger [Error]: Failed to set cookie for key: AMP_TEST. Error: Cannot set property 'cookie' of undefined Error Component Stack: ``` The package version is "@amplitude/analytics-react-native": "1.5.1", Steps to Reproduce: * Initialize Amplitude with our API key…
We implemented first party tracking using the basic JS SDK on the browser and pointing the payload to our servers like this: amplitude.init(AMPLITUDE_API_KEY, { serverUrl: serverUrl, autocapture: { attribution: { excludeReferrers: [/domain1\.com$/, /domain2\.com$/], }, formInteractions: false, fileDownloads: false, }, });…
My Android app is primarily a background app. Does Amplitude track events for such an app? Please let me know.
here is the referance graph: https://app.amplitude.com/analytics/demo/chart/new/363tk5og In this graph, retention is currently being calculated based on the next day, but I want to analyze it based on the previous day instead. Example: For July 27, we should compare retention against July 26, not July 28. * So for 1-day…
Hi everybody! I need your help with a client request: my client is used to analyze landing pages performance with the standard report from GA4 and I need to create something similar in Amplitude. What I already have: * session entries grouped by page URL * purchase event calculated as session totals grouped by page URL and…