I would like to have User’s email in UserID . Can some one please help me with the steps to do it.
The amplitude is integrated in Front End ( Angular ) with JS code
Hi! You can do this, just replacing wherever you currently sent your user id with an email address. However I strongly recommend against this. User ID works best when it doesn’t change, and users do sometimes change their email address. Email address is also more likely to cause data privacy issues. If you do want to have email address, consider adding it as a separate user property and keeping your current user id.
+1 to Timothy’s reply.
Can I get any help of how to add the property ? I was trying to add but it’s not getting reflected in User lookup
Hi cnikhil ,
You can add a user property to a profile with the Identify API here. It will show up in the events after that too.
Kind Regards,Denis
yes but it doesn’t get added up as property in user lookup . Instead it just acts as normal key-value pair in user-property
If you are adding it as a custom user property, you shouldn’t expect to see that in the user lookup UI view as per the screenshot in your question.
The columns you see here are restricted to only certain default Amplitude properties which can be seen in the “Manage Columns” dropdown selection.
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:…
Hello, I'm using SpringBoot and Kotlin to integrate with the Amplitude Export API. The official Amplitude documentation (https://amplitude.com/docs/apis/analytics/export) states that "data is available to export at a minimum within 2 hours of when the servers received it." However, there's no clear information about the…