-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into djmixpanel-patch-1-1
- Loading branch information
Showing
6 changed files
with
50 additions
and
28 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "Home" | ||
slug: "changelog-2024-05-09-home.mdx" | ||
hidden: false | ||
createdAt: "2024-05-09T16:50:45.397Z" | ||
updatedAt: "2024-05-09T16:50:45.397Z" | ||
date: "2024-05-09" | ||
--- | ||
|
||
Home is the new landing experience in Mixpanel. It’s for you to jump back into your workflows and get a glimpse into what’s happening across your product and your project in Mixpanel. | ||
|
||
The main sections of Home includes: | ||
|
||
- **Your Recents**: most recently viewed reports and boards by you | ||
- **Your Product**: this section is default populated with the top insights reports in your project, you can customize and change which insight report you’d like to display on Home | ||
- **Top Boards**: the most popular boards in your project | ||
- **Suggested Creators**: people in Mixpanel who are building boards and reports that we recommend checking out | ||
- **Recent Users**: a list of recently seen users on your product | ||
- **New Events**: a list of newly tracked events in your project | ||
- **Resources**: a list of resources that are also available in the top navigation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,10 +60,12 @@ This service will use your provided credentials to export Amplitude data, transf | |
|
||
[Watch the demo tutorial](https://www.loom.com/share/f947d42db01541a0b74953461e3c6cc0?sid=43c1ef52-d008-4b6d-9015-afa14b05901c) for more in-depth instructions on how to use the migration service. | ||
|
||
Note: | ||
* Any events ingested via this method in the current month will count toward your plan. We recommend testing this while on a Free plan first. | ||
Notes: | ||
* Any events ingested via this method in the current month will count toward your plan. We recommend testing this while on a Free plan first. You may also pass a `"DRY_RUN" : true` param in the JSON which will show you how many events will be migrated. | ||
* If you are using Mixpanel or Amplitude's EU data residency, pass `"REGION": "EU"` with your request. | ||
* This migration service is in beta -- if you have questions or run into issues, please reach out to us [here](mailto:[email protected]). | ||
|
||
|
||
### Data Warehouse Connectors | ||
If you have access to your Amplitude data in your data warehouse, the most scalable way to bring this historical data into Mixpanel is by using our warehouse connector. At a high-level, the migration consists of 3 steps: | ||
1. Set up a new Mixpanel project which is on [Simplified ID Merge system](/docs/tracking-methods/id-management/identifying-users#simplified-vs-original-id-merge). | ||
|