-
Analyzing User Properties Without Event Data
Hi there, We need to build charts and tables based on user properties without relying on event data. Specifically, we want to analyze user counts and segmentation using predefined attributes, even for users who haven't triggered any events. Could you confirm if Amplitude supports this? If so, what would be the best…
-
Amplitude not working
We're experiencing an issue where Amplitude event tracking is not working in certain browsers, but it works fine in incognito mode. * We installed and tested the Amplitude Chrome extension, but no logs are being recorded. * We attempted to replicate the issue in our local environment, but it works fine both locally and in…
-
Pathfinder vs Journey Map
Hi community, I was exploring the journeys chart to find potential friction points in key user flows in our app. For the most part, pathfinder was enough, and I started feeling the journey map visualization was redundant. Having said that, maybe my current question doesn’t need journey map AND I don’t understand when and…
-
Compatabile App for Shopify Extensibility
Shopify confirmed that third-party browser-based tools, like Amplitude JS, will no longer be compatible with Shopify’s new checkout Extensibility. Shopify only exposes limited custom events in their new, more secure sandbox environment, and these tools will no longer have access to the window and document objects.…
-
Revenue Retention in cohort analysis
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
-
Self-paced Learning
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/
-
How to deterministically define the number of rows from chart API response
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…
-
Response status code does not indicate success: 400 (Bad Request)
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 =…
-
How to interpret the breakdown of Monthly New Users in the new retention chart?
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…
-
Custom or Inline Events on Engagement Matrix
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?