Hi, I was uploading a list of User IDs to create a cohort and received the following message
The file is well-formatted with one user id per line and no extra line/text/space. Any idea why?
Thank you.
Hey morningdyj
The general behavior for this is - if none of the IDs that you have in your csv match to existing user IDs in Amplitude, then you will get this error message.
So if the formatting of the csv file,etc looks all good, then most likely the user IDs that you have in your file don’t have any event data captured in Amplitude yet.
thanks Saish Redkar. I was able to search these users with their User ID in User Lookup, so it’s not because there is no data.
As an alternative, I got the amplitude id for these users and uploaded those successfully. Just not sure why the user ids didn’t work.
Strange.Maybe you can try raising a support ticket and see if a platform specialist can reproduce the error with the same list of user ids.
Denis Holmes belinda.chiu Yuanyuan Zhang Can you help out here?
Yuanyuan Zhang When you have time, can you convert this to a ticket? This requires further investigation. Thank you!
morningdyj Would you be so kind as to PM me your email address you use for Amplitude, Org ID and Project ID so we can add it to the ticket? Thank you!
Denis Holmes Done!
morningdyj We have converted this post into a ticket. One of our team members will follow up on it!
Thank you Amplitude Admin Denis Holmes
Saish Redkar Amplitude Admin Denis Holmes
Was there any update on this ticket?
I believe I’m getting the same issue on my end.
Mario Federis no resolution, the team asked for more info to help troubleshoot and we’re waiting to hear back. I’ve created a ticket for you so the team can take a look!
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…
We implemented first party tracking using the basic JS SDK on the browser and pointing the payload to our servers like this: amplitude.init(AMPLITUDE_API_KEY, { serverUrl: serverUrl, autocapture: { attribution: { excludeReferrers: [/domain1\.com$/, /domain2\.com$/], }, formInteractions: false, fileDownloads: false, }, });…
My Android app is primarily a background app. Does Amplitude track events for such an app? Please let me know.
here is the referance graph: https://app.amplitude.com/analytics/demo/chart/new/363tk5og In this graph, retention is currently being calculated based on the next day, but I want to analyze it based on the previous day instead. Example: For July 27, we should compare retention against July 26, not July 28. * So for 1-day…
Hi everybody! I need your help with a client request: my client is used to analyze landing pages performance with the standard report from GA4 and I need to create something similar in Amplitude. What I already have: * session entries grouped by page URL * purchase event calculated as session totals grouped by page URL and…