Hi, All
I found that I have two user_id under the same project, But My device_id is same.
I have never logged in to this website, here is my link:
https://analytics.amplitude.com/carsome/project/303131/search/amplitude_id%3D314605332493
https://analytics.amplitude.com/carsome/project/303131/search/amplitude_id%3D330420192653
Hope to help find the reason as soon as possible, thanks!!!
Best
Hi xiaomeng.zhang ,
Thank you for writing into the Amplitude Community! Great to see it being more and more active!
So you have two different users associated with the Device ID ending in s1y. The reason for this is due to how Amplitude determines new users and merges users. I would recommend a read of this article on the topic.
The first event for the user was here on October the 27th with no User ID, Amplitude then gives the user the Amplitude ID ending in 493. Later on, at this event where their User ID is now set , ending in c725, which is the same user but they now have this User ID ending in c725.
However, the other user has their first event here but it was on December the 3rd. The event was ingested from Segment so it would seem Segment sent a new User ID in with the same Device ID. Since Segment sent a new User ID with the same Device ID, Amplitude assume it is a new user, as the User ID is different.
So this is expected behaviour. If Segment did not change the User ID and kept the same Device ID, they would then fall under the same user. Since Segment sent two different User IDs with the same Device ID, Amplitude correctly assumes it is two different user profiles sharing a device.
I would look into your Segment implementation with Amplitude to see if this is intentional implementation or a mistake. I hope this will help you with your investigations!
Kind Regards,Denis
Thank you! Denis Holmes
This is so helpful, If you need any help, please let me know.
Hi, Denis Holmes , Did you find any problems?
HI xiaomeng.zhang Did you reach out to Segment ? I would need you to look into your implementation with Segment.
So you would need to go to Segment and ask for the payloads of the events above. This way you can then see if they did send the different Device ID which would create two different users in Amplitude. It would seem the issue is on Segment’s end as it they are the ones sending two different User IDs with the same Device ID. Can you check with them for the reason they are doing this?
Thank you!
Hi everyone, We're using Amplitude's S3 export and noticed that for every export batch, two files are created in our bucket: 1. A `_complete` file (0 bytes, seems to be a flag/marker) 2. A `.json.gz` file (the actual event data) The actual data lives entirely in the `.json.gz` file, so the `_complete` file doesn't seem to…
Hello, We have a blank screen after adding in Amplitude/Session replay into our app, it seems like some windows appear for a breif second before dissapearing back to the black screen. Currently are app is NOT using Jetpack compose. This is on a samsung active 3,
Hi, I set integration between Amplitude and Appsflyer(V1) - I see that integration is active but when I'm trying to check this integration in Amplitude section “Connect AppsFlyer” on the second step I see “Listening..” and nothing happend. Does this second step show any activity only if I begin sending events from…
I want to be able to identify and track the users that are hitting a specific page (feature) that is limited by our product tiering in our multi-tenant SaaS app. Our customer businesses have their own segmented dashboard based on the subdomain of the app url (somebusiness.ourapp.com), and I have figured out how to capture…
Hi there, I'm trying to integrate the surveys for react native feature to our app. I've followed the guide and I verify the plugin is "booted" correctly (right user id and device id) but when opening a link, while the linking handlers are correctly triggered, the call to handleURL is returning false - I've verified the url…