You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/funnel-analysis.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,48 +16,50 @@ You can follow the visitor journey from a landing page to a conversion with our
16
16
17
17
## How funnel conversions are counted
18
18
19
-
To be counted as converted, visitors need to complete all the steps you've defined in your funnel. They must take the steps in the correct order but they can also visit other pages or trigger other events in between those steps.
19
+
To be counted as converted, visitors need to complete all the steps you've defined in your funnel. They must take the steps in the correct order but they can also visit other pages or trigger other events in between those steps, unless you define otherwise in your funnel setting.
20
20
21
21
Funnels also work across your main domain and its subdomains ([see more](subdomain-hostname-filter.md)), and you don't need to worry about visitors briefly leaving your site to complete actions on external services like Stripe's payment page or other third-party gateways. Plausible treats the returning visit as part of the same session, so your funnel will accurately track the full visitor journey.
22
22
23
23
## How to set up the conversion funnel analysis
24
24
25
25
It is quick and easy to create a funnel. Here's how:
26
26
27
-
* Go into your [site settings](website-settings.md) and click on "**Funnels**" in the left-hand sidebar
27
+
* Go into your [site settings](website-settings.md) and click on "**Funnels**" in the left-hand sidebar.
28
28
29
-
* Click on the "**Add funnel**" button to create a funnel
29
+
* Click the "**Add funnel**" button to create a funnel.
* Give your funnel a name in the "**Funnel name**" field
33
+
* Give your funnel a name in the "**Funnel name**" field.
34
34
35
-
* Define your funnel by adding a set of specific steps that you expect a visitor to take before a conversion, a purchase or a sign up. These steps consist of [pageviews goals](pageview-goals.md) and [custom events](custom-event-goals.md). You need to add a minimum of 2 steps and a maximum of 8 steps to create a funnel.
35
+
* Define your funnel by adding a set of specific steps in correct order that you expect a visitor to take before a conversion, a purchase or a sign up. You can use any combination out of all the three goal types in Plausible to define your funnel: [pageviews goals](pageview-goals.md), [custom events](custom-event-goals.md) and [scroll depth goals](https://plausible.io/docs/scroll-depth#scroll-depth-goals). You need to add a minimum of 2 steps and a maximum of 8 steps to create a funnel.
* Click on the "**Save**" button after you've specified the user journey you want to analyse
39
+
* You can leave the “Allow other activity between funnel steps” setting enabled if you want to allow other activity (like visiting other pages or triggering other events) between funnel steps. Or disable this option to make the funnel strict and only count visitors who follow the steps exactly with no other activity in between. This affects your funnel conversion rates.
40
+
41
+
* Click the "**Save**" button after you've specified the user journey you want to analyse.
40
42
41
43
<img alt="Goals and funnels" src={useBaseUrl('img/goals-and-funnels.png')} />
42
44
43
45
That's it! Funnels are listed at the bottom of your dashboard and will appear as soon as the first visit has been tracked on the funnel steps. You can then make changes to your site or to your campaign, test different options and check the funnel again to see how your improvements have affected the conversions.
44
46
45
47
## What's next?
46
48
47
-
- Track [ecommerce revenue](ecommerce-revenue-tracking.md) alongside your funnels to see which paths generate the most sales
48
-
- Use [filters and segments](filters-segments.md) to compare funnel performance across different traffic sources or campaigns
49
-
- Add [custom properties](custom-props/introduction.md) to your events for deeper breakdowns within each funnel step
49
+
- Track [ecommerce revenue](ecommerce-revenue-tracking.md) alongside your funnels to see which paths generate the most sales.
50
+
- Use [filters and segments](filters-segments.md) to compare funnel performance across different traffic sources or campaigns.
51
+
- Add [custom properties](custom-props/introduction.md) to your events for deeper breakdowns within each funnel step.
50
52
51
53
To learn about in-depth funnel marketing, [head to our blog](https://plausible.io/blog/funnels-conversion-optimization).
52
54
53
55
## How to edit existing funnels
54
56
55
57
It is also quick and easy to edit any of your existing funnels. Here's how:
56
58
57
-
* Go into your [site settings](website-settings.md) and click on "**Funnels**" in the left-hand sidebar
59
+
* Go into your [site settings](website-settings.md) and click on "**Funnels**" in the left-hand sidebar.
58
60
59
-
* Click on the edit icon on the right-hand side of the funnel that you'd like to edit
61
+
* Click on the edit icon on the right-hand side of the funnel that you'd like to edit.
60
62
61
-
* Change the funnel name and/or edit the steps of your funnel
63
+
* Change the funnel name and/or edit the steps of your funnel.
0 commit comments