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.
I am running into a loop when attempting to import data from BigQuery. At origin, my data is already in milliseconds since epoch. If I query: event_time as time, I get the error: 1.'time' column should be a TIMESTAMP_NTZ column (Snowflake) or a TIMESTAMP column (BigQuery). example for the type of 'time' column is…
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…
Hello, Is there a way to make a query like: “Give me all the users that have the user property X equal to 10”, by using just any of the APIs, without making a cohort first through the Amplitude’s UI? Thank you!