Learn, ask questions, and help others build Amplitude charts and gain valuable insights!
Hi, Is there a way to calculate Revenue Retention in Amplitude while doing cohort analysis? Computation is the closest thing I could find but that would require me to create computations for each month (or week or quarter) for every cohort, which is not feasible. Shabab
At SyberOffense, we offer comprehensive online courses focused on Microsoft technologies, cybersecurity, and Python programming. Our expert-led training programs are tailored to help individuals and organizations master essential skills in these critical areas. https://syberoffense.com/
I've created a data table chart that I'd like to use as source to export data using the Dashboard API (GET https://amplitude.com/api/3/chart/chart_id/query). The issue I'm currently facing is that the number of rows I'm getting on the response varies depending on interval I query for. When specifying 12 months in the data…
Hi! Getting error 400. My code: public async Task TrackEventAsync(string userId, string eventType, object eventProperties)<br />{<br /> var eventData = new<br /> {<br /> api_key = _apiKey,<br /> event_type = eventType,<br /> user_id = userId,<br /> event_properties = eventProperties<br /> };<br /><br /> var json =…
Hi, I am struggling to understand the following breakdown in the Monthly New Users view in the new retention chart. My understanding is that for July 2024, there are 72078 new users. But I am having trouble understanding what the breakdown of Jul 2024, Aug 2024, Sep 2024, etc mean? Does it mean that out of the 72078 new…
Hello, Looking through the Engagement Matrix documentation, I don’t see where its explicitly noted that we cannot use custom or inline events, however, that is my experience with the chart. Is this expected functionality? Can I only use events as they are ingested into Amplitude on the Engagement Matrix?
I am currently integrating Screen Replay into my organization's new Android application and have encountered an issue. While the screen replays appear in the list, the videos themselves only display a loading component along with the touch interactions made by the user. Unfortunately, the actual UI elements are not visible…
Hello, We are experiencing an issue with Amplitude when making calls via the npm package in our development environment. Here’s the error message we are seeing in the console: 6997-96a416f710a2b66a.js:1 Amplitude Logger [Error]: Invalid API key: 5c1e1f84603fab80d349360df735f9c3 The API key…
I have an event called CHOICE that looks like this: (user_id, cost, timestamp) I want to understand the total cost per user (across all their choices), so I can understand how my costs are distributed across users. In other words, I’d like to see a distribution of: user_id, SUM(cost) Is there any way I can do this in…
I want to show the average or unique value of an event in the last 90 days, but grouped by day of the week. So I can see which days have more-less activity on that specific event. Is this possible?
It looks like you're new here. Sign in or register to get started.