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 62dbab7 commit a314f27
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pages/guides/implement/send-your-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,11 @@ Do note that the mixpanel.identify() call does not create a User Profile in Mixp
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
If you've been collecting data elsewhere and want to analyze it on Mixpanel, you can backfill these historical data into Mixpanel.To backfill data to Mixpanel, you need to understand Mixpanel data model. We've detailed migration processes from analytics tools like Amplitude and Google Analytics here https://docs.mixpanel.com/docs/migration/overview

For those with historical data stored in a data warehouse, bring it into Mixpanel through our data warehouse integration https://docs.mixpanel.com/docs/tracking-methods/data-warehouse

Even if you don't have a data warehouse and are using alternative tools without native support, you can use Import API and Engage API to import historical data into Mixpanel https://developer.mixpanel.com/reference/import-events



0 comments on commit a314f27

Please sign in to comment.