Skip to content

Commit

Permalink
Merge branch 'main' into djmixpanel-patch-1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ishamehramixpanel authored May 9, 2024
2 parents 9e2c83d + 6c4fb8d commit 511c128
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 28 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"nextra-theme-docs": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.74.1",
"sass": "^1.77.0",
"sharp": "^0.32.6"
},
"devDependencies": {
"@redocly/openapi-cli": "1.0.0-beta.16",
"@types/mixpanel": "^2.14.8",
"@types/node": "20.12.5",
"@types/node": "20.12.8",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"rdme": "8.6.6",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"yaml": "2.4.1"
}
}
20 changes: 20 additions & 0 deletions pages/changelogs/2024-05-09-home.mdx
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
2 changes: 1 addition & 1 deletion pages/docs/data-governance/data-clean-up.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ We limit access to Data Deletion in these scenarios:
- Your Mixpanel role is not Owner or Admin
- Your data extends beyond the past 90 days
- Your event volumes are > 5 billion events per month, any month over the trailing 3 months
- You have made 10 deletes over the past calendar month
- Your project has not had more than 10 deletes over the past calendar month

### How to use

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/data-structure/property-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Mixpanel supports five data types for properties: String, Numeric, Boolean, Date

## Object and List of Objects Data Types

Mixpanel also supports object and [list of objects](https://docs-git-kurbycchua-update-property-reference-mixpanel.vercel.app/docs/features/advanced#list-of-objects-property-support) data types in a limited capacity. These are typically for very specific use cases such as in e-commerce (eg Cart Items, Search Filters). It is highly encouraged that you use the five primary data types as they are fully supported in the Mixpanel UI.
Mixpanel also supports object and [list of objects](/docs/features/advanced#list-of-objects-property-support) data types in a limited capacity. These are typically for very specific use cases such as in e-commerce (eg Cart Items, Search Filters). It is highly encouraged that you use the five primary data types as they are fully supported in the Mixpanel UI.

### Object

Expand Down
6 changes: 4 additions & 2 deletions pages/docs/migration/amplitude.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 511c128

Please sign in to comment.