I have a retention chart like this except with <100 users:
How can I click to get the userIDs of the users who dropped off? For example, looking at the cohort starting Jan 24, I want to get userIDs of people who were not retained on Day 30.
FounderTurnedDS Saish is correct that you can change the visualization to a bar chart and grab the dropped off users via the Microscope tool. In the example Saish shared you would grab all dropped off users. If you want to grab particularly dropped of users from the Jan.24 segment, you can create a manual segment of those users in the right module, then export the users from the chart or create a cohort via Microscope. Here is an example of the same demo chart where I have created a segment to query on just the users from the Nov. 11th segment: https://analytics.amplitude.com/demo/chart/new/hza7mi4
I hope this helps!
Hey FounderTurnedDS
Taking this demo chart as reference - https://analytics.amplitude.com/demo/chart/new/ql8fyjk
You can hover over the drop-off portion ( light blue graded one) of the Day 30 datapoint in the Barchart view of the retention chart and then “Download Users”. This will give you the list of eligible users ( since Sept 24th in this case ) who weren’t 30 day retained.
Let me know if I have interpreted your use case correctly. Hope this helps.
Thank you so much Saish and Jacenda! This worked!
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…