Skip to content

Commit

Permalink
Update Other Links to Old Demo Projects (#1038)
Browse files Browse the repository at this point in the history
* Update flows.mdx

Removed "Feel free to follow along and create your own report right in our demo project, here. To skip ahead and see the final result, click here." since the flows example is in the old demo project and new demo project does not have similar events

* Update group-analytics.mdx

Updated URL example to remove actual customer project_id and workspace_id

* Update analyze-conversions.mdx

Update Funnels in Mixpanbel Board to point to new demo project

* Update analytics-strategy.mdx

Remove shortlink to the project that cannot be accessed by the public since there is an image directly below for reference.

* Update templates.mdx

Update Implementation Monitoring & Data Governance Board to point to new demo project

* Update create-boards.mdx

Change shortlink to full Board URL for easy searching next time

* Update build-user-flows.mdx

Change shortlink to full Board URL for easy searching next time

* Update define-cohorts.mdx

Change shortlink to full Board URL for easy searching next time

* Update analyze-conversions.mdx

Change shortlink to full Board URL for easy searching next time

* Update track-user-retention.mdx

Change shortlink to full Board URL for easy searching next time

* Update qa-data-audit.mdx

Change shortlink to full Board URL for easy searching next time

* Update discover-insights.mdx

Change shortlink to full Board URL for easy searching next time

* Update establish-governance.mdx

Change shortlink to full Board URL for easy searching next time

* Update create-boards.mdx

Change shortlink to full Board URL for easy searching next time

* Update templates.mdx

Migrate Training Board for Champions to use to Educate Users

* Update templates.mdx

Migrate Data Troubleshooting Guide for End Users

* Update group-analytics.mdx

Update data_group_id example

---------

Co-authored-by: Donna <[email protected]>
  • Loading branch information
kurbycchua and Tofufu authored May 7, 2024
1 parent 4e2a716 commit 7deddb8
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 19 deletions.
6 changes: 3 additions & 3 deletions pages/docs/boards/templates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ This template is meant to be used largely by teams that implemented Mixpanel ins
- Monitoring the health of your implementation and nuances to look out for that could be a sign of poor implementation health.
- Driving consistency in naming convention best practices and a better general understanding of how to manage data governance of your Mixpanel implementation

[Implementation Monitoring & Data Governance Example Board Here](https://mixpanel.com/s/15N8Dg)
[Implementation Monitoring & Data Governance Example Board Here](https://mixpanel.com/project/3018488/view/3536632/app/boards/#id=6664368)

<img width="923" alt="Implementation Monitoring and Data Governance" src="https://github.com/mixpanel/docs/assets/136498120/6c21d6a2-bb33-4043-b762-6c4b64ccda1d" />

Expand All @@ -104,7 +104,7 @@ This template is meant to be used by Mixpanel Champions looking to train their t
- Summaries of each core Mixpanel report (Insights, Funnels, Flows, & Retention) and clear examples articulating which Mixpanel reports/features users can leverage given the type of metric on which they’re wanting to report.
- Links to support articles so users can self-serve education on nuances of Mixpanel’s functionality

[Training Board for Champions Example Here](https://mixpanel.com/s/3niUys)
[Training Board for Champions Example Here](https://mixpanel.com/project/3018488/view/3536632/app/boards#id=7198653)

<img width="923" alt="Training Board for Champions to use to Educate Users" src="https://github.com/mixpanel/docs/assets/136498120/1bf32c1d-1bc8-43e8-8efc-01c2ae56aea1" />

Expand All @@ -123,6 +123,6 @@ Below are various examples of some common questions or issues that Mixpanel end
- Who should I talk to about reporting questions and Mixpanel UI misunderstandings?
- Who should I report a data issue or bug to?

[Data Troubleshooting Guide Example Here](https://mixpanel.com/s/35CUaL)
[Data Troubleshooting Guide Example Here](https://mixpanel.com/project/3018488/view/3536632/app/boards#id=6664372)

<img width="921" alt="Data Troubleshooting Guide for End Users" src="https://github.com/mixpanel/docs/assets/136498120/ed65ef6a-b080-4aa8-a54b-598d8ac2f982" />
8 changes: 6 additions & 2 deletions pages/docs/data-structure/advanced/group-analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ curl --request POST \
--data data_group_id=<data_group_id_here>
```

The `data_group_id` can be found in the URL of the group profile page:
The `<data_group_id>` can be found in the URL of the [Group Profile](/docs/data-structure/advanced/group-analytics#group-profiles) page:

`https://mixpanel.com/project/2888952/view/3418364/app/profile#distinct_id=<distinct_id>&data_group_id=-<data_group_id>`
`https://mixpanel.com/project/<project_id>/view/<workspace_id>/app/profile#distinct_id=<distinct_id>&data_group_id=<data_group_id>`

Here's an actual example with `data_group_id` = `1405123841946871899`:

https://mixpanel.com/project/3187769/view/3699049/app/profile#distinct_id=company_id_8889&data_group_id=-1405123841946871899
3 changes: 0 additions & 3 deletions pages/docs/reports/flows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ Building a Flows report follows the same high level steps as building any other
Building a report in Flows takes just a few clicks, and results arrive in seconds. Let's build a simple report together. Using a B2B messaging example, imagine you wanted to answer the following question:

> What are the top paths leading Chrome users from Landing Page to Sign Up?
>
Feel free to follow along and create your own report right in our demo project, [here](https://mixpanel.com/register/?next=%2Fproject%2F2195193%2Fview%2F139237%2Fapp%2Fflows). To skip ahead and see the final result, click [here](https://mixpanel.com/register/?next=%2Fproject%2F2195193%2Fview%2F139237%2Fapp%2Fflows%3Fredirect%3Dreport%2F11944961%2Flanding-signup-on-chrome).
### Step 1: Choose Events

Expand Down
2 changes: 1 addition & 1 deletion pages/guides/analytics-strategy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Consider the event `Start Signup`. Top questions we might want to answer with th
- Which page / screen did users most commonly click start signup from?
- Which signup platform was the most popular?

Here’s an [example](https://mixpanel.com/s/35Jpng) of an implementation we *don’t* recommend.
Here’s an example of an implementation we *don’t* recommend.

![bestpractices2](/bestpractices2.png)

Expand Down
2 changes: 1 addition & 1 deletion pages/guides/implement/establish-governance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ For more information about these features, refer to our documentation on [Lexico

## Implementation Monitoring Dashboard

In our [QA and Data Audit](/docs/tutorials/implement/qa-data-audit#mixpanel-monitoring-dashboard) section, we introduced a [Mixpanel Monitoring Dashboard](https://mixpanel.com/s/2lMICh) to help you audit your data at a higher-level. You should continue to leverage on this Board to continue monitoring your project by adding additional reports or textual and image elements that document or explain your data governance standards and control processes.
In our [QA and Data Audit](/docs/tutorials/implement/qa-data-audit#mixpanel-monitoring-dashboard) section, we introduced a [Mixpanel Monitoring Dashboard](https://mixpanel.com/project/3018488/view/3536632/app/boards/#id=6350211) to help you audit your data at a higher-level. You should continue to leverage on this Board to continue monitoring your project by adding additional reports or textual and image elements that document or explain your data governance standards and control processes.

<br />
<p style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
Expand Down
2 changes: 1 addition & 1 deletion pages/guides/implement/qa-data-audit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ Besides conducting Quality Assurance tests, it's good to keep track of your over

![image](/tutorials/mixpanel-monitoring-dashboard.png "Mixpanel Monitoring Dashboard")

Our Customer Success Team has created a [Mixpanel Monitoring Dashboard](https://mixpanel.com/s/2lMICh) that you can copy into your own project to help you track key high-level statistics around your events, properties, and identity management.
Our Customer Success Team has created a [Mixpanel Monitoring Dashboard](https://mixpanel.com/project/3018488/view/3536632/app/boards/#id=6350211) that you can copy into your own project to help you track key high-level statistics around your events, properties, and identity management.
4 changes: 2 additions & 2 deletions pages/guides/launch/analyze-conversions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Use our [funnels](/docs/reports/funnels) report to analyze where your users conv
<iframe src="https://www.youtube.com/embed/1Wf9EA3ZO2c?rel=0" title="Funnels Overview" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowFullScreen style={{position: 'absolute', top: 0, left: 0, width: '100%', height: '100%'}}></iframe>
</p>

To follow along the tutorials in this section, we've created [this board](https://mixpanel.com/s/VtF4k) in our demo project that you can copy into your own project. As you open the linked board, you will see instructions to click on "Use this board" to transfer it over to your project and to edit the default date range.
To follow along the tutorials in this section, we've created [this board](https://mixpanel.com/project/3018488/view/3536632/app/boards/#id=6350527) in our demo project that you can copy into your own project. As you open the linked board, you will see instructions to click on "Use this board" to transfer it over to your project and to edit the default date range.

![Screenshot use this board](/tracking_id_limits_copy_board.png)

## Configuring Conversion Criteria
To utilize funnels correctly, it's important to understand how the [conversion criteria](/docs/reports/funnels#conversion-criteria) works and how it impacts the conversion rate depending on whether you use "unique" or "total" conversions. We have a couple of examples in [this board](https://mixpanel.com/s/43MU7y) to help explain and test your understanding of how the conversion criteria works.
To utilize funnels correctly, it's important to understand how the [conversion criteria](/docs/reports/funnels#conversion-criteria) works and how it impacts the conversion rate depending on whether you use "unique" or "total" conversions. We have a couple of examples in [this board](https://mixpanel.com/project/3018488/view/3536632/app/boards/#id=6350527) to help explain and test your understanding of how the conversion criteria works.

## Advanced Funnel Features
Go beyond looking at overall conversion, view conversion trend over time, distribution of the time it takes users to convert through the funnel or the number of times users complete any step before converting or dropping off. Add more specificity to your conversion criteria by holding a [property constant](/docs/reports/funnels#hold-property-constant) over steps or [exlcude users who did a particular step](/docs/reports/funnels#exclusion-steps-exclude-users-who-did).
Expand Down
2 changes: 1 addition & 1 deletion pages/guides/launch/build-user-flows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use [Flows](/docs/reports/flows) to help you identify the most frequent paths ta
<iframe src="https://www.youtube.com/embed/0eLiOGmeo0A?rel=0" title="Flows Overview and Top Paths" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowFullScreen style={{position: 'absolute', top: 0, left: 0, width: '100%', height: '100%'}}></iframe>
</p>

To follow along this tutorial, create a copy of [this board](https://mixpanel.com/s/4ELawe) from our demo project into the your own project. As you open the linked board, you will see instructions to click on "Use this board" to transfer it over to your project and to edit the default date range.
To follow along this tutorial, create a copy of [this board](https://mixpanel.com/project/3018488/view/3536632/app/boards/#id=6350517) from our demo project into the your own project. As you open the linked board, you will see instructions to click on "Use this board" to transfer it over to your project and to edit the default date range.

![Screenshot use this board](/tracking_id_limits_copy_board.png)

Expand Down
4 changes: 2 additions & 2 deletions pages/guides/launch/create-boards.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ If you've gone through our tutorials on how to [send production data into Mixpan

## Boards Overview

We've created a [demo board](https://mixpanel.com/s/YbXCJ) you can copy into your own project to follow along the tutorials in this section. As you open the linked board, you will see instructions to click on "Use this board" to transfer it over to your project and to edit the default date range.
We've created a [demo board](https://mixpanel.com/project/3018488/view/3536632/app/boards/#id=6350541) you can copy into your own project to follow along the tutorials in this section. As you open the linked board, you will see instructions to click on "Use this board" to transfer it over to your project and to edit the default date range.

![Screenshot use this board](/tracking_id_limits_copy_board.png)

Expand All @@ -18,7 +18,7 @@ Think of [Boards](/docs/boards/overview) as your homepage for keeping track of y
If you're new to your company or product analytics in general, one of the best ways to get started is to:
1. See what metrics your teammates are measuring via the [Discover](/changelogs/2023-04-14-discover) feature, to search by your teammate or object type (Board, Insights, Flows, etc.) and explore what the top creators in your organization are measuring.
2. Leverage our official Mixpanel [templates](/docs/boards/templates), which are out-of-the-box and fully customizable boards designed to help you better understand your user base and monitor metrics like adoption, retention, virality, and product impact.
3. Our Mixpanel Customer Success Team have also created boards in our demo projects that you can copy into your own projects. These include [boards to help with monitoring the quality of the data](https://mixpanel.com/s/a2RUj) you bring into Mixpanel, and [boards for troubleshooting your data](https://mixpanel.com/s/4CbTdU).
3. Our Mixpanel Customer Success Team have also created boards in our demo projects that you can copy into your own projects. These include [boards to help with monitoring the quality of the data](https://mixpanel.com/project/3018488/view/3536632/app/boards/#id=6664368) you bring into Mixpanel, and [boards for troubleshooting your data](https://mixpanel.com/project/3018488/view/3536632/app/boards/#id=6664372).

## Creating and Sharing Your Board
Once you've created your own board, you can [share](/docs/boards/advanced#sharing) it with your coworkers within your organisation for them to view or add creators to it and start collaborating. They need to have a Mixpanel login to access these boards.
Expand Down
2 changes: 1 addition & 1 deletion pages/guides/launch/define-cohorts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</p>

## Recommended Boards
Create a copy of [this board](https://mixpanel.com/s/bvErx) from our demo project into the affected project. As you open the linked board, you will see instructions to click on "Use this board" to transfer it over to your project and to edit the default date range.
Create a copy of [this board](https://mixpanel.com/project/3018488/view/3536632/app/boards/#id=6350507) from our demo project into the affected project. As you open the linked board, you will see instructions to click on "Use this board" to transfer it over to your project and to edit the default date range.
![Screenshot use this board](/tracking_id_limits_copy_board.png)

## Reading a user profile
Expand Down
2 changes: 1 addition & 1 deletion pages/guides/launch/discover-insights.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<iframe src="https://www.youtube.com/embed/scBPtq7B81Y?rel=0" title="Insights Overview" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowFullScreen style={{position: 'absolute', top: 0, left: 0, width: '100%', height: '100%'}}></iframe>
</p>

To follow along the tutorials in this section, we've created [this board](https://mixpanel.com/s/1oQRck) in our demo project that you can copy into your own project. As you open the linked board, you will see instructions to click on "Use this board" to transfer it over to your project and to edit the default date range.
To follow along the tutorials in this section, we've created [this board](https://mixpanel.com/project/3018488/view/3536632/app/boards/#id=6350535) in our demo project that you can copy into your own project. As you open the linked board, you will see instructions to click on "Use this board" to transfer it over to your project and to edit the default date range.

![Screenshot use this board](/tracking_id_limits_copy_board.png)

Expand Down
2 changes: 1 addition & 1 deletion pages/guides/launch/track-user-retention.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Our [Retention](/docs/reports/retention) report in Mixpanel is designed to help
</p>


To follow along the tutorials here, create a copy of [this board](https://mixpanel.com/s/2dRQf7) from our demo project and copy into your own project. As you open the linked board, you will see instructions to click on "Use this board" to transfer it over to your project and to edit the default date range.
To follow along the tutorials here, create a copy of [this board](https://mixpanel.com/project/3018488/view/3536632/app/boards/#id=6350511) from our demo project and copy into your own project. As you open the linked board, you will see instructions to click on "Use this board" to transfer it over to your project and to edit the default date range.

![Screenshot use this board](/tracking_id_limits_copy_board.png)

Expand Down

0 comments on commit 7deddb8

Please sign in to comment.