-
š Nominations for Amplitude's annual Ampy Awards 2025 close this Friday, Oct 31st!š
Celebrating the changemakers transforming digital experiences: the Amplitude users who harness data to drive impact, inspire innovation, and put customers at the center of every decision. Time is running out to get in your nominations forĀ the Ampy Awards 2025! Submit by this Friday, October 31st! These awards celebrateā¦
-
š š AI Agents + MCP Are Live in Open Beta! š š
Amplitudeās newest AI features are officially here! You can now harness the power of AI Agents and MCP to streamline your workflows, catch insights faster, and spend more time on high-impact work. Hereās what you need to know: š¤ Dashboard Agent and Session Replay Agent are rolling out in open beta: These Agents help youā¦
-
Amplitude Academy Learning Resources: Self-Guided Courses, Badges, and Live Trainings
The Amplitude Academy is a great place to kick off your Amplitude learning journey. We offer a number of self-guided courses, badges, and live trainings. The Amplitude credential program consists of Foundations, Specialist, Practitioner, and Expert badges, which you can earn by completing a series of courses andā¦
-
Getting Started - Welcome to the NEW Amplitude Community! š
Welcome to the Amplitude Community! Weāre so excited that you decided to join us here, whether youāve been part of the Amplitude Community for years or youāre just checking us out for the first time. To get started, create an account. From here you can: Crowd source ides and get help from the community Share product ideasā¦
-
Letās introduce ourselves! š
Hello Amplitude Community š My name is Beth Saunders and I'm the Senior Community Manager here at Amplitude! Before joining the team in May 2024, I was an Amplitude customer for almost three years. I oversaw the initial implementation alongsideĀ a certified Amplitude partner and was the Amplitude admin for our company. Iā¦
-
Messy Data Cleanup Hour #1: A handy Amplitude Data Cleanup checklist and list of tips
Alex Magnusson is a leading expert in the field of product analytics, specializing in helping companies leverage the power of Amplitude to make data-driven decisions. He is the co-founder and CEO of Magnusson Analytica, a consultancy that provides Amplitude implementation, training, and strategic guidance to clientsā¦
-
Missing Web Events due to Ad Blockers and How to Handle It
Hi there Amplitude Community! When using Amplitude Web SDKs, it is possible that some usersā events are not ingested into Amplitude due to ad blockers. Currently, we are not able to estimate the percentage of events that do not get ingested as we do not have the data to support it. While we do not offer official supportā¦
-
API key visible
Our dev just deployed amplitude to our portal. When I look at the website payload in my browser debug I can see the amplitude api key. I am trying to understand if this is by design or if there is way to hide this.
-
Amplitude Surveys Flutter SDK
We want to implement Amplitude Surveys as part of the our flutter application, what can be use for that
-
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ā¦
-
Cohort of users who share the same user property
Hi, Iām trying to create a cohort of users who share the same user property without having to specify the actual value of the user property. For example - A user property may be a hashed value of a userās address. Iād like to create a cohort of users who share the same address asĀ at least one other user. Is this doableā¦
-
AI visibility report not updating after a certain date
i'm not able to view ai visibility report beyond 17th november. It says Data last updated on Nov 17
-
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ā¦
-
Can I remove custom user property for all users?
I'd like to remove or clear certain property for all users custom property, It looks like this API does that, but it keeps responding with 404 not found. https://amplitude.com/api/2/taxonomy/user-property/USER_PROPERTY Is there any other way to remove custom property from API / SDK or web console?
-
Error in Amplitude React Native SDK - "Cannot set property 'cookie' of undefined"
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ā¦
-
How to mask Google Maps in session replays
Hi, I am trying to mask a Google Maps view in my web application to not reveal sensitive location data in session replays. The text has been masked successfully using the Conservative masking mode. But the map tiles and my dynamically added markers on the map is visible, thus revealing the exact location. Is it possible toā¦
-
Segmentation labels resetting
I have a segmentation chart that displays the results of formulas. Mainly percentages. I understand that the labels (e.g. in the chart) are by default are cryptic (e.g. Formula A: uniques( C) / uniques ( B). I understand that I must manually edit each of these labels to create a label that is meaningful to the viewer.ā¦