From 62dbab742da6ea83d94250a9cc6cc3dce86a4194 Mon Sep 17 00:00:00 2001 From: yc Date: Thu, 9 May 2024 15:19:48 +0800 Subject: [PATCH] Update send-your-data.mdx --- pages/guides/implement/send-your-data.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/guides/implement/send-your-data.mdx b/pages/guides/implement/send-your-data.mdx index 3deea425e3..19a8cba2ed 100644 --- a/pages/guides/implement/send-your-data.mdx +++ b/pages/guides/implement/send-your-data.mdx @@ -118,3 +118,10 @@ In the following video, we walkthrough how you should manage identifying your us Do note that the mixpanel.identify() call does not create a User Profile in Mixpanel. The people.set() method is the required call to set user properties on a user profile. However, the people.set() call also requires an identify() call at some point in the same session, so that Mixpanel knows which User ID to associate the profile properties to. If there is no identify() call in a user’s session where people.set() is called, we store the user profile properties locally until that user hits an identify() call. For more detailed user flows and FAQs refer to our documentation on [Identifying Users](/docs/tracking-methods/id-management/identifying-users). + +## Backfilling Historical Data +Migration from specific tools: https://docs.mixpanel.com/docs/migration/overview +If your data resides in warehouse: https://docs.mixpanel.com/docs/tracking-methods/data-warehouse +Other tools: Import API docs, Python util API + +