From 0c18e9f61e49af80a0fdb92bc589a369aa7d2530 Mon Sep 17 00:00:00 2001 From: Marko Saric <34340819+metmarkosaric@users.noreply.github.com> Date: Thu, 30 Nov 2023 07:56:27 +0100 Subject: [PATCH] Update custom-event-goals.md --- docs/custom-event-goals.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/custom-event-goals.md b/docs/custom-event-goals.md index d6802b26..b68eb6f0 100644 --- a/docs/custom-event-goals.md +++ b/docs/custom-event-goals.md @@ -72,6 +72,10 @@ Or if your element already has a class attribute, just separate the new ones wit ``` +:::note +As an alternative to custom events, check out [pageview goals](pageview-goals.md). Since pageviews are collected automatically, you don’t need to change your website’s code to measure pageview goals. This makes pageview goals the easiest way to start tracking any type of conversions. Do you run a store and want to track orders? Do you have a contact form and want to track form submissions? Use pageview goals to track the "thank you" page or the order confirmation page. +::: + ### Verify that the CSS classes were added correctly After adding the class, please go back to your site, and verify that the class attribute got added with the exact required format. You can check it by right-clicking the element and inspecting it. This will show you the HTML code of the element.