Skip to content

Commit

Permalink
Update send-your-data.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
wisey29 authored May 9, 2024
1 parent 7deddb8 commit 62dbab7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/guides/implement/send-your-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit 62dbab7

Please sign in to comment.