|
1 | 1 | ---
|
2 |
| -title: Using filters to segment your audience |
| 2 | +title: Filter and segment your audience |
3 | 3 | ---
|
4 | 4 |
|
5 | 5 | import useBaseUrl from '@docusaurus/useBaseUrl';
|
6 | 6 |
|
7 |
| -Plausible Analytics allows you to easily segment your audience to analyze and understand the different trends. A segment is made up of one or more filters. |
| 7 | +Plausible Analytics allows you to easily segment your audience to analyze and understand the different trends. A segment is made up of one or more filters. You can save any segment for quick and convenient access. |
| 8 | + |
| 9 | +## How to filter your dashboard |
8 | 10 |
|
9 | 11 | Any metric you click on in your dashboard creates a new filter. Click on any referral source, any of your pages or any location, device or goal and your dashboard will then show only the traffic for the metric you have selected.
|
10 | 12 |
|
11 | 13 | You can mix and match filters too. So you can click on a referral source, then click on a country and then a goal to see all the traffic sent by the chosen referral source that is based in the selected country and that has converted on the selected goal.
|
12 | 14 |
|
13 | 15 | Your current filters will be displayed on the top of your dashboard. You can click on the name of the existing filter to edit it or on the `x` icon to remove it.
|
14 | 16 |
|
15 |
| -You can remove all your filters by hitting the `Esc` key on your keyboard or by selecting `Clear all filters` in the filters menu that shows up when you're using multiple filters. |
| 17 | +You can remove all your filters by hitting the `Esc` key on your keyboard or by selecting `Clear all filters` in the filters menu (`***`). |
16 | 18 |
|
17 | 19 | <img alt="Mix and match filters to segment your audience" src={useBaseUrl('img/filter-by-source-and-country.png')} />
|
18 | 20 |
|
@@ -64,4 +66,24 @@ Learn more on how Plausible [handles cross-subdomain tracking here](subdomain-ho
|
64 | 66 |
|
65 | 67 | <img alt="List of subdomains" src={useBaseUrl('img/list-of-hostnames-and-subdomains.png')} />
|
66 | 68 |
|
| 69 | +## How to save a segment |
| 70 | + |
| 71 | +Click on any metric in the dashboard or use the "**Filter**" button to filter your audience to a desired segment. After completing your segment, click on the "**Save as segment**" button that is visible in the filters menu (`***`) that you see when your dashboard is filtered. |
| 72 | + |
| 73 | +Segments can be saved either as "**personal segments**" (these are visible only to you) or as "**site segments**" (these are visible to all the team members that have access to your dashboard). |
| 74 | + |
| 75 | +Choose the type of segment you want to create, give it a recognizable name and click on the "**Save**" button. |
| 76 | + |
| 77 | +### How to open a previously saved segment |
| 78 | + |
| 79 | +Click the "**Filter**" button in the top-right corner of your dashboard to view your saved segments under the "**Segments**" heading. You can also search for specific segments. Click on a segment to open it in your dashboard. |
| 80 | + |
| 81 | +Note that the "**Segments**" heading will only be visible in the "**Filter**" button after you save your first segment. |
| 82 | + |
| 83 | +### How to edit or delete a previously saved segment |
| 84 | + |
| 85 | +Open a previously saved segment and click its name in the top line of your Plausible dashboard. Then, select "**Edit segment**" to add or remove filters. |
| 86 | + |
| 87 | +To save your changes, click the "**Update segment**" button. Use the arrow next to this button to save the existing segment as a brand new segment ("**Save as a new segment**) or to delete the existing segment ("**Delete segment**"). |
| 88 | + |
67 | 89 | P.S. We've written an in-depth guide on effective use of audience segmentation, you can [read it here](https://plausible.io/audience-segmentation).
|
0 commit comments