If I update a user property value to null on segment identify, Amplitude doesn't change user property value and it shows previous value. It seems to be an issue on Amplitude’s API side. What can I do to clean/empty value??
This is a side effect of how user properties are updated in Amplitude: by default you only need to set them once or when they change, so when the value of the property is null, Amplitude assumes it has not changed and keeps the previous value.
I would suggest using some non-null value in the user property for these users. “Undefined” or something like this. You can still filter these values out of any charts you make, and it also allows you to differentiate between users that had the property set at some point and those that have never had it set in the first place.
If a user property is set to an empty object (after having been set to some normal value, say, `true`), does it behave the same way as if trying to update with `null`? Or will Amplitude update the value to an empty object?
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.
Hey there I've been playing around for a couple of hours with the guide and analytics which fires properly on the UI but wouldn't give me any analytics. I read that there is another script that should be installed for the analytics part of things. Would anyone be able to guide me towards the potential script or some…
All my data is being collected through Firebase I want to export all this data in Amplitude and keep it synced with GA4, I tried adding data sources as BigQuery and GA4 both but for some reason it only partially imported the data and now its not working, I cant even see connected sources. Any help will be appreciated.
How do I transfer data from one amplitude account to another? It seems all the community chats about this have completely broken links. Easy to export, no way to import, very frustrating. :(
When using @amplitude/plugin-web-vitals-browser with Create React App v4 (react-scripts@4.0.3), the build fails with: ./node_modules/@amplitude/plugin-web-vitals-browser/node_modules/web-vitals/dist/web-vitals.js<br /><br />SyntaxError:…