-
CSV Export Contains Quotation Marks or Leading Spaces - WHY?
Hi Amplitude Community! We would like to provide context about the quotation marks or leading space in CSV exports. Our engineering team modified exported CSVs to include additional quotation and tab characters in front of all values as a preventative measure for a security risk known with CSV downloads (details here).…
-
Welcome to the building and sharing your analysis forum!
Learn, ask questions, and help others use and build Amplitude charts to gain valuable insights! This is where you can ask and get feedback on questions such as: ✅ How can I calculate DAU/WAU? ✅ How can I see the distinct count of devices for users? ✅ Why is the conversion rate in my Conversion chart higher than the…
-
US Online Class Takers
US Online Class Takers assist people studying online with their online classes, courses, exams, assignments or dissertation projects. Boasting a qualified and diverse faculty of tutors well versed with a variety of subjects, we guarantee timely submissions, guaranteed grades and 24/7 customer support with a money back…
-
Grouping by timestamp
If you create a Data Table and start adding columns as group by options and you want to use time-related fields you only have the options of Hour of the Day and Date, but not something like Timestamp. So, if two events happen within the same hour, there's no way of knowing which came first. My question is: has anyone ever…
-
Interpreting the frequency measurement on Segmentation charts
I have two questions around the Frequency measurement: Let's say the chart is set to "Monthly" and the time period is set to "Last 6 Months". Are the frequency buckets showing the average monthly frequencies across those last 6 months? Or are they showing frequencies within that 6 month range? To phrase another way:…
-
Users who have performed an event twice in a 3 month window
I would like to create a monthly trend chart of users who return to perform a particular event. However, I only want users to count as "returning" if they had performed that event at some point in the 3 months prior to the return event. So let's say user A performs my event on September 13 and comes back to perform it…
-
Building and Sharing Your Analysis Effectively
Building and sharing your analysis is essential for making data-driven decisions and aligning teams around insights. A clear structure, proper context, and accurate data presentation are key to ensuring that stakeholders understand and act upon the findings. Effective analysis goes beyond charts and numbers — it’s about…
-
Funnel for task completion
I want to build a funnel for a new feature which is essentially a task… The task is: Assigned to a user by another user Completed by that user Reviewed by the first user So I can't use Amplitude's userID-based-funnel.. I need a custom funnel based on the TaskID. Is there a way to do this yet? (I know I can use segmentation…
-
Export API: 403 Forbidden
Trying to use the Export API — getting 403. Tested with JS script and curl, both fail. curl -f -u myapikey:mysecretkey 'https://amplitude.com/api/2/export?start=20250501T00&end=20250502T00' -o output.zip
-
Type errors from Amplitude SDK
node_modules/@types/css-font-loading-module/index.d.ts(22,9): error TS2717: Subsequent property declarations must have the same type. Property 'display' must be of type 'FontDisplay', but here has type 'string'. [1] node_modules/@types/css-font-loading-module/index.d.ts(42,9): error TS2717: Subsequent property declarations…
-
Why my chart doesn't synchronize
Hi, When I add a chart (widget) to my dashboard, and then go to the content and modify the chart (I user another type for exemple) and save, my dashboard doesn't reflect the latest modification. Would you by any chance know why ? Thank you
-
Nesting formulas for tracking cohort size? (Feature request?)
I'm wanting to pass the result of one formula in as the data input for applying in another formula. In this case, I want to find out the number of possible unique values for an event's property, and then chart a histogram of how many users fall into the category of having n unique values for the property. Ex: Let's say the…