How to Set Up Conversion Tracking for a New WordPress Website

Once a website is live, most people install Google Analytics or Search Console and assume they’re “tracking everything.” But when you actually look at the data, it’s mostly page views, traffic sources, and bounce rates.

That’s useful, but it doesn’t tell you whether your website is doing its job.

In most sites I build, the real question is simple: Are visitors taking action? Are they submitting your contact form, signing up for your newsletter, or clicking your key buttons?

Without conversion tracking, you’re guessing. You might be getting traffic, but you don’t know if it’s valuable traffic.


Quick Answer / Summary

To set up conversion tracking in WordPress, you need to:

  1. Define what counts as a conversion (form submissions, clicks, signups)
  2. Track those actions using Google Analytics (GA4) or Google Tag Manager
  3. Mark those events as conversions inside Google Analytics

For most beginners, the easiest setup is:

  • Install Google Site Kit or GA4 manually
  • Track form submissions and key button clicks as events
  • Mark those events as conversions in GA4

Why This Matters

Traffic alone doesn’t grow a website or a business.

Conversion tracking shows:

  • Which pages actually generate results
  • Which traffic sources bring valuable visitors
  • Where users drop off before taking action

When I review websites, one of the most common issues is this: people optimize for traffic but ignore conversions. That often leads to wasted time and missed opportunities.

Once conversion tracking is in place, decisions become much clearer.


Step-by-Step Instructions

Step 1: Define Your Conversions

Before setting anything up, decide what actions matter on your site.

Common examples:

  • Contact form submissions
  • Newsletter signups
  • Button clicks (e.g. “Get a Quote”)
  • Purchases (for eCommerce)

For most service or blog sites, start with:

  • Contact form submission
  • Email signup

If you try to track everything at once, it becomes messy. Start simple.


Step 2: Make Sure Google Analytics (GA4) Is Installed

If you’ve already followed your Google Analytics and Search Console setup guide, this should be done.

If not, install GA4 using:

  • Google Site Kit plugin (simplest option), or
  • Manual GA4 tracking code

Once installed, confirm that:

  • Your site is sending data
  • Page views are appearing in GA4

Step 3: Track Form Submissions

This is usually the most important conversion.

There are two common ways to track forms:

Option A: Thank You Page (Easiest)

If your form redirects to a confirmation page:

  • Example: /thank-you/

Then:

  1. Go to GA4 → Admin → Events
  2. Create a new event based on page view
  3. Set condition:
    • Page location contains /thank-you/
  4. Save the event

This is the simplest and most reliable setup.


Option B: Event Tracking (No Redirect Page)

If your form stays on the same page:

You’ll need:

  • Google Tag Manager (recommended), or
  • A plugin that tracks form submissions

Using Tag Manager:

  1. Create a trigger for form submission
  2. Create an event tag
  3. Send event to GA4

In my experience, this setup is more flexible but slightly more technical. If you’re just starting, the thank-you page method is easier.


Step 4: Track Button Clicks

For key actions like:

  • “Contact Us”
  • “Get Started”
  • “Download Guide”

You can track clicks as events.

Using Google Tag Manager:

  1. Enable click variables
  2. Create a click trigger
  3. Set conditions (e.g. button text or URL)
  4. Send event to GA4

This helps identify which calls-to-action actually work.


Step 5: Mark Events as Conversions in GA4

Once events are being tracked:

  1. Go to GA4 → Events
  2. Find your event (form submission, click, etc.)
  3. Toggle “Mark as conversion” (see Google’s official conversion documentation if you want more detail)

That’s it.

From that point on, GA4 will treat those actions as conversions and report them separately.


Step 6: Test Everything

Before relying on your data:

  • Submit your form
  • Click tracked buttons
  • Check GA4 → Realtime report

Make sure:

  • Events are firing
  • Conversions are being recorded

I usually test this on every site before launch and again after a few days of real traffic.


Practical Tips or Observations

  • Start with 1–2 key conversions, not everything
  • Use clear naming (e.g. contact_form_submit)
  • Keep tracking consistent across pages
  • Review conversions weekly, not daily

In most sites I work on, once conversion tracking is set up, it quickly becomes the most valuable data in the entire analytics setup.


Common Mistakes

Tracking too many events
This creates noise and makes reports harder to use.

Not marking events as conversions
Events alone are not enough—GA4 needs them flagged as conversions.

Forgetting to test
It’s common to set everything up and assume it works.

Relying only on page views
Page views don’t tell you whether users are taking action.

No thank-you page for forms
This makes tracking more complicated than necessary.


When to Use This vs Alternatives

Use GA4 + basic event tracking if:

  • You have a small or medium website
  • You want a simple, reliable setup
  • You’re tracking forms, clicks, or signups

Use Google Tag Manager if:

  • You want more control over tracking
  • You need advanced triggers
  • You plan to expand tracking later

Use built-in plugin tracking if:

  • Your forms or tools already support analytics integration
  • You want a quick setup without manual configuration

In my experience, starting simple and moving to Tag Manager later works best.


Conclusion

Conversion tracking turns your website from a traffic report into a decision tool.

Once you can see which actions users take, it becomes much easier to improve your pages, refine your content, and focus on what actually works.

Start with one or two key conversions, set them up properly, and build from there.