From 1739cbb924a1e045124837e1ada03e8b94f62960 Mon Sep 17 00:00:00 2001 From: Marko Saric Date: Thu, 23 Apr 2026 15:13:47 +0200 Subject: [PATCH] table width --- docs/goal-conversions.md | 62 ++++++++++++++++++++++++++++++++-------- 1 file changed, 50 insertions(+), 12 deletions(-) diff --git a/docs/goal-conversions.md b/docs/goal-conversions.md index f0e2716e..61717469 100644 --- a/docs/goal-conversions.md +++ b/docs/goal-conversions.md @@ -16,15 +16,53 @@ There are two core goal types: **pageview goals** (no code changes required) and Plausible supports the following goal types: -| Goal | Explanation | -|--------------------------|----------------------------------------------------------------------------------------------------| -| [Pageview goals](pageview-goals.md) | Measure how many people visit a specific page or section of your site. Use these to track the "thank you" page or the order confirmation page. Since pageviews are collected automatically, you don’t need to change your website’s code to measure pageview goals. This makes them the easiest way to start tracking conversions on your site | -| [Custom event goals](custom-event-goals.md) | Measure button clicks, purchases, subscriptions, clicks on video or audio elements and pretty much any other action that you wish | -| [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](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 | -| [404 error pages](error-pages-tracking-404.md) | Automatically measure page not found errors | -| [Pretty URLs clicks](custom-automatic-link-tracking.md) | Automatically track clicks on cloaked affiliate links and other pretty URLs | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GoalExplanation
Pageview goalsMeasure how many people visit a specific page or section of your site. Use these to track the "thank you" page or the order confirmation page. Since pageviews are collected automatically, you don’t need to change your website’s code to measure pageview goals. This makes them the easiest way to start tracking conversions on your site
Custom event goalsMeasure button clicks, purchases, subscriptions, clicks on video or audio elements and pretty much any other action that you wish
Funnel analysisFollow 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 trackingAssign dynamic monetary values to goals and custom events to track revenue attribution
Custom propertiesSend custom data with pageviews and custom events to create custom metrics
Outbound link clicksAutomatically measure clicks on external links
Form submissionsAutomatically measure when a visitor completes a form
File downloadsAutomatically measure when a visitor clicks a link leading to a file
404 error pagesAutomatically measure page not found errors
Pretty URLs clicksAutomatically track clicks on cloaked affiliate links and other pretty URLs