Hi, Guys.
Web_MY: https://analytics.amplitude.com/carsome/project/303281/search/amplitude_id%3D424587881674
Web_ID: https://analytics.amplitude.com/carsome/project/303131/search/amplitude_id%3D424588250159
Web_TH: https://analytics.amplitude.com/carsome/project/302843/search/amplitude_id%3D392946019861
App_MY: https://analytics.amplitude.com/carsome/project/349999/search/amplitude_id%3D382019662528
App_ID: https://analytics.amplitude.com/carsome/project/349999/search/amplitude_id%3D377785709293
App_TH: https://analytics.amplitude.com/carsome/project/349999/search/amplitude_id%3D424588338450
2.Can Amplitude merge App and Web users?
HI xiaomeng.zhang ,
Thanks for your reply!
I hope this helps!
Kind Regards,Dennis
Hi xiaomeng.zhang ,
Thanks for writing into support! So for question 1 ;
App_TH: https://analytics.amplitude.com/carsome/project/349999/search/amplitude_id%3D424588338450Are these all intentionally the same project or was there a mis-paste of the URLs? In Amplitude, a user ID is a unique identifier applied to individual users. Using them is optional, but recommended: your product should set a user ID once a user has created an account, logged in, or is otherwise identified in your product. Amplitude can use a user ID to reconcile events across multiple devices under the same user ID. Additionally, a user's event data will be merged on the backend so that all anonymous events prior to the assignment of a user ID will be connected to the correct user. For this reason, you can wait to assign user IDs if that makes sense for your product. Conversely, this is also why you should not set user IDs for anonymous users. You can read more about that here.If you merge anonymous users with non-anonymous users or when you merge two anonymous users together, their properties will be taken from the most recent active event. So origin and country will be determined from the most recent active event. Question 2 ;You should be able to merge the user with the same User ID on both without issue. However, I would be careful and ensure to test it in small batches at first and then increase the batch sizes. I also recommend reading how exactly Amplitude tracks users here. If you are going to manually export and import the data, then be sure to sanitize the data correctly and ensure to do so in small batches.
Kind Regards,
Denis
hi, Denis Holmes
Thank you reply.
1.Further inquiries, we want to know if amplitude has default fields to help us identify whether the user originates from the web or APP and identify which country the user from.
2.From IOS/Andriod SDK, we can set IDFV/advertising ID as Device_id, But it only support APP, right?
We would like to know if it is possible to set the advertising id as device_id for users who visit the web page using mobile phones.
3.We want to send historical data from three projects to a new project, which method can we use?The following is the method I found amplitude provides,
export data:https://www.docs.developers.amplitude.com/analytics/apis/export-api/?h=export+api#query-parameters
import data: https://www.docs.developers.amplitude.com/analytics/apis/batch-event-upload-api/#backfill-best-practices or https://www.docs.developers.amplitude.com/analytics/data-backfill-guide/#skip-user-properties-sync
Our historical data must be massive, which API can we use? Is the historical data sent to new projects sorted by "event_time", or the order in which we send events?
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!