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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,19 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
7
7
You can follow the visitor journey from a landing page to a conversion with our multi-step funnel analysis. The insights from the marketing funnel allow you to uncover possible issues, optimize your site and increase the conversion rate.
8
8
9
9
* Funnels allow you to analyze the user flow through your website and the different pages
10
-
* You can also follow the user flow between your main domain and its subdomains ([see more](plausible-script.md#can-i-track-visitors-across-my-domain-and-subdomain))
11
10
* You can go beyond pageviews and use any custom events to build a funnel
12
11
* With the conversion rate you understand the percentage of visitors who started the user flow and ended with a conversion event
13
12
* With the percentage drop-off between the individual funnel steps, you can spot where you lose the most visitors
14
13
* You can get more granular by [using filters](filters-segments.md) to segment your audience. Filter conversion funnels by marketing campaign, referral source, landing page, device or location for more insights
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.
20
+
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
+
18
23
## How to set up the conversion funnel analysis
19
24
20
25
It is quick and easy to create a funnel. Here's how:
@@ -35,10 +40,6 @@ It is quick and easy to create a funnel. Here's how:
35
40
36
41
<img alt="Goals and funnels" src={useBaseUrl('img/goals-and-funnels.png')} />
37
42
38
-
:::tip How funnel conversions are counted
39
-
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.
40
-
:::
41
-
42
43
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.
0 commit comments