Hello,
Is it posible to use the Amplitude’s Profile API to get all users that match a condition over an user property?For example, GET all user whose “number_of_purchases” is greather than 10.
Thanks you.
Hey carlos.bernal
From what I understand from its documentation, the Profile API works on a single user id and responds with the recommendations/computations/member cohorts ids / user properties for that user. So your use case might not be possible using the Profile API.
However, if you have a prebuilt cohort of users who have “number_of_purchases” is greater than 10 , you can leverage the Behavioral Cohort API to fetch the list of those users.
Let me know if I have interpreted your use case correctly.
Understood, thank you Saish Redkar .
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:…