SEO / Analytics / Strategy

How to Set Up Google Analytics Goals for Your Ontario Business Website

To set up Google Analytics goals for an Ontario business website: create a Thank You page on your site (/thank-you), go to Admin > Goals in Google Analytics and create a Destination goal pointing to that page, submit a test form and verify the goal appears in Real-Time > Conversions, then set up an Event goal for phone number clicks. These two goals will capture the majority of conversion actions on most Ontario service business websites.

Published: 2016-04-14 | Last Updated: 2016-04-14 | 8 min read

Key Takeaways

  • Without goal tracking, Google Analytics shows activity (visits, page views) but not results (leads, inquiries, purchases).
  • The simplest goal to configure is a Destination goal on a Thank You page — no code required, takes 10 minutes to set up.
  • Phone click tracking requires a small code change but captures a high-value conversion action that otherwise goes unmeasured for most Ontario service businesses.
  • Goal data by traffic source (organic vs paid vs social) is the key insight that determines how to allocate your marketing budget.

Google Analytics is installed on the majority of Ontario small business websites. Goal tracking is configured on a small fraction of them. The gap between these two numbers represents a significant information deficit — Ontario business owners paying for Google Ads, SEO, or any form of digital marketing without conversion tracking have no reliable way to know if any of it is working. Visit counts and page view data, without conversion data, are the equivalent of a retailer knowing how many people walked into their store but having no data on how many bought something or what prompted the purchase. Setting up even a single goal — a contact form submission tracked as a conversion — transforms how you interpret everything else in your analytics and makes your monthly marketing review actually meaningful.

Definition: Google Analytics Goal

A Google Analytics goal is a configuration that defines a specific user action as a conversion — a measurable, business-relevant outcome of a website visit. When a user completes the defined action (visits a specific page, stays for a minimum duration, completes a sequence of pages, or triggers a specific event), Google Analytics records it as a 'goal completion' and attributes it to the session's traffic source, device, and location. Goal data is the primary mechanism for measuring whether a website is generating business outcomes rather than just traffic.

The Four Goal Types and Which Ontario Businesses Need Each

Destination goals (thank you pages) are the most important for service businesses; Event goals capture phone clicks and other interactions that don't change the URL.

Google Analytics offers four goal types. Destination goals are triggered when a user visits a specific URL — most commonly a Thank You or confirmation page after submitting a form. This is the most important goal type for Ontario service businesses because it directly captures when a visitor converts to a lead. The only requirement is a dedicated confirmation page that visitors reach after every form submission on your site.

Event goals are triggered by specific user interactions — clicks on phone number links, video plays, file downloads, or any other action you can tag with JavaScript. For Ontario businesses where phone calls are a primary lead channel, setting up phone click tracking as an Event goal ensures that call-driven leads are counted in your conversion data alongside form submissions. Without it, a service business that receives half its leads via click-to-call is measuring only half its conversions.

Duration goals and Pages/Screens per Session goals measure engagement quality rather than specific actions — useful for content publishers and research-oriented sites but less directly actionable for most Ontario service businesses. Start with Destination and Event goals; add engagement goals once the core conversion tracking is solid.

  • Destination: form Thank You pages, quote confirmation pages, checkout completion pages
  • Event: phone number clicks, chat initiations, video plays, file downloads
  • Duration: visitors spending 3+ minutes (indicates genuine interest for content-heavy sites)
  • Pages/Session: visitors viewing 4+ pages (useful for research-oriented or resource-heavy sites)

Setting Up Your First Goal: Contact Form Submission

The most valuable first goal for any Ontario service business is a Destination goal on a Thank You page — it requires no code and takes about 10 minutes to configure.

The single most common mistake after setting up goals is not looking at the data. Block 30 minutes monthly to review Conversions > Goals > Overview and Conversions > Goals > Source/Medium. That 30 minutes is what turns analytics from a reporting tool into a decision-making tool.

  1. Step 1: Create a Thank You page: Before configuring anything in Google Analytics, you need a dedicated URL that visitors land on after submitting your contact form. Create a simple page at /thank-you (or /contact-confirmation) with a brief 'Thank you, we'll be in touch within one business day' message. This page should not be indexable by search engines — add a noindex meta tag so Google doesn't list it in search results.
  2. Step 2: Configure your contact form to redirect: In your contact form plugin or builder, set the 'after submission' action to redirect to /thank-you. In WordPress, common form plugins like Contact Form 7, Gravity Forms, and WPForms all have a confirmation redirect option. Test the form to verify the redirect works correctly before setting up the goal.
  3. Step 3: Create the Destination goal in Google Analytics: Log into Google Analytics. Click the Admin gear in the lower left. In the right column (View), click Goals. Click '+ New Goal.' Choose Custom. Name it 'Contact Form Submission.' Select Destination as the type. Enter '/thank-you' as the Destination (use 'Begins with' if you have multiple thank-you pages). Save.
  4. Step 4: Verify the goal with a test submission: Submit a test form on your website. Go to Google Analytics > Real-Time > Conversions. Within 10 minutes, you should see your goal appearing as an active conversion. If nothing appears, verify that your form redirect is working and that the URL you entered in the goal exactly matches where the form sends users.
  5. Step 5: Set goal value (optional but recommended): If you know your average lead value — for example, if you close 1 in 5 leads at an average project size of $3,000, each lead is worth approximately $600 — enter this as the goal value. This allows Google Analytics to calculate revenue data from goal completions, which adds context to your traffic source analysis.
  6. Step 6: Review after 30 days: After one month of data, go to Conversions > Goals > Source/Medium. This report shows which traffic sources are generating the most goal completions. If organic search drives 60% of your goals and paid search drives 10%, that's a signal to evaluate your PPC spend. If one landing page has a 15% conversion rate and your homepage has 2%, the high-performing page should inform how you redesign other pages.

Phone Click Tracking: The Goal Most Ontario Businesses Miss

For Ontario service businesses where phone calls are a primary lead source, phone click tracking is essential — without it, you're measuring half your conversions.

Click-to-call functionality — where a mobile visitor taps your phone number and their phone dials it immediately — is one of the highest-converting elements on Ontario service business websites. A plumber, a dentist, an insurance broker — these businesses receive a substantial portion of their leads via phone, and many of those calls are initiated from a mobile website visit. If phone clicks aren't tracked as goals, the business is undervaluing its website as a lead source and misattributing those calls to 'organic' with no digital touchpoint.

Tracking phone clicks as Events requires a small code modification. Your phone number link changes from plain text to a proper tel: link with an onclick handler that fires a Google Analytics event. The HTML looks like this: `<a href='tel:+15196551234' onclick="ga('send', 'event', 'Phone', 'Click', 'Header');">519-655-1234</a>`. The labels (Phone, Click, Header) are customisable — the Header label lets you distinguish which phone number placement is generating more calls. Once the link is updated, create a matching Event goal in Google Analytics (Category = Phone, Action = Click) and you'll see phone clicks counted alongside form submissions in your conversion data.

Google Tag Manager simplifies this process for businesses with multiple phone numbers or who want to avoid direct code edits. A single GTM tag can track all phone number clicks across the site without touching individual page code, and GTM deployment takes the same 10 minutes as direct code editing but is much easier to maintain.

Experience Signal

We run a goal setup session as part of every new client onboarding at Webnixon. The most revealing moment is always the first month's Conversions > Goals > Source/Medium report — seeing where the leads actually come from versus where the client assumed they came from. A Waterloo tech services company was convinced Google Ads was their primary lead driver and had been spending $2,000/month on it for a year. Their first goals report showed 71% of form submissions came from organic search and 12% from Google Ads. We didn't kill the Ads campaign, but we reallocated a significant portion of that budget toward SEO content — and their total leads grew 40% over the following six months.

Frequently Asked Questions

A Google Analytics goal is a specific action you define as valuable — a form submission, a page visit, a call link click — that Google Analytics tracks and counts as a 'conversion.' Without goals, Analytics shows you how many people visited your site but nothing about whether those visits resulted in any business outcome. Ontario businesses with goal tracking can see which traffic sources produce actual leads, which pages convert visitors, and what their website's cost per lead is — data that's essential for making informed marketing decisions.

Sources

Need Help Setting Up Conversion Tracking for Your Ontario Business Website?

Webnixon configures Google Analytics goals, phone tracking, and custom reporting for Ontario businesses — so your monthly analytics review tells you what's working, not just how many people visited.

Get Analytics Set Up Properly

About the author

Rutul Shah

Rutul Shah

Founder & CEO

Rutul founded Webnixon in 2012 and has spent over 15 years at the intersection of technology and digital marketing. He has managed more than $700,000 in Google Ads spend, built local SEO programs for 30+ service businesses, and architected ecommerce platforms on Magento and Shopify for clients across North America. He writes about paid search strategy, SEO, analytics, and emerging technology for business.

Related Articles

Understanding Google Search Console: A Plain-English Guide for Ontario Business Owners

SEO

Understanding Google Search Console: A Plain-English Guide for Ontario Business Owners

Google Search Console is one of the most useful free tools available to Ontario business websites — and one of the least used. It shows you how Google actually sees your site, what searches are bringing you traffic, and what technical issues are preventing you from ranking. This guide explains the parts that matter.

October 15, 2015Rutul Shah7 min read