From c438e39929185b39b31a81f02510b3cd0a26dd0c Mon Sep 17 00:00:00 2001 From: Marko Saric Date: Thu, 23 Apr 2026 14:24:19 +0200 Subject: [PATCH 1/2] fix --- docs/goal-conversions.md | 3 +++ docs/top-referrers.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/goal-conversions.md b/docs/goal-conversions.md index d0c72745..d58f836b 100644 --- a/docs/goal-conversions.md +++ b/docs/goal-conversions.md @@ -23,8 +23,11 @@ Plausible supports the following goal types: | [Funnel analysis](funnel-analysis.md) | Follow the visitor journey from a landing page to a conversion in order to uncover possible issues, optimize your site and increase the conversion rate | | [Ecommerce revenue tracking](ecommerce-revenue-tracking.md) | Assign dynamic monetary values to goals and custom events to track revenue attribution | | [Custom properties](/custom-props/introduction) | Send custom data with pageviews and custom events to create custom metrics | + Outbound link clicks, form submissions and file downloads are enabled by default when you add a new site. To review or change these at any time, go to Site Settings > General > "Review installation". +| Goal | Explanation | +|--------------------------|----------------------------------------------------------------------------------------------------| | [Outbound link clicks](outbound-link-click-tracking.md) | Automatically measure clicks on external links | | [Form submissions](form-submissions-tracking.md) | Automatically measure when a visitor completes a form | | [File downloads](file-downloads-tracking.md) | Automatically measure when a visitor clicks a link leading to a file | diff --git a/docs/top-referrers.md b/docs/top-referrers.md index d8963d4f..9bf9913d 100644 --- a/docs/top-referrers.md +++ b/docs/top-referrers.md @@ -91,7 +91,7 @@ Are you running paid marketing campaigns on Facebook, Google and other ad platfo Here's an example of how to tag your links: `yourdomain.com?utm_source=adwords&utm_medium=ppc&utm_campaign=novemberoffer&utm_content=sustainability&utm_term=discount` -Use the [Plausible UTM builder](https://plausible.io/utm-builder) to generate tagged links without doing it manually. +Use the [Plausible UTM builder](https://plausible.io/utm-builder) to generate tagged links without doing it manually. Already have a link and want to check it for issues? Use the [UTM checker](https://plausible.io/utm-checker) to validate and clean it up. To isolate your UTM-tagged clicks from other clicks, you can segment the traffic by using the "**UTM Medium**", "**UTM Source**" (here you can also see any traffic tagged with "ref" and "source" parameters), "**UTM Campaign**", "**UTM Content**" and "**UTM Term**" sections in the "**Campaigns**" tab of the "**Top Sources**" report. From d8ba6aba0eddde86b1549c9b8da9bb32b135e45f Mon Sep 17 00:00:00 2001 From: Marko Saric Date: Thu, 23 Apr 2026 14:28:53 +0200 Subject: [PATCH 2/2] update --- docs/goal-conversions.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/goal-conversions.md b/docs/goal-conversions.md index d58f836b..f0e2716e 100644 --- a/docs/goal-conversions.md +++ b/docs/goal-conversions.md @@ -23,11 +23,6 @@ Plausible supports the following goal types: | [Funnel analysis](funnel-analysis.md) | Follow the visitor journey from a landing page to a conversion in order to uncover possible issues, optimize your site and increase the conversion rate | | [Ecommerce revenue tracking](ecommerce-revenue-tracking.md) | Assign dynamic monetary values to goals and custom events to track revenue attribution | | [Custom properties](/custom-props/introduction) | Send custom data with pageviews and custom events to create custom metrics | - -Outbound link clicks, form submissions and file downloads are enabled by default when you add a new site. To review or change these at any time, go to Site Settings > General > "Review installation". - -| Goal | Explanation | -|--------------------------|----------------------------------------------------------------------------------------------------| | [Outbound link clicks](outbound-link-click-tracking.md) | Automatically measure clicks on external links | | [Form submissions](form-submissions-tracking.md) | Automatically measure when a visitor completes a form | | [File downloads](file-downloads-tracking.md) | Automatically measure when a visitor clicks a link leading to a file |