
Running Google Ads campaigns without proper conversion tracking means you're spending money without clear visibility into which clicks lead to actual customers. You're investing in ads but lack the data to understand which campaigns, keywords, and ad copy drive real business results.
While Google Ads offers powerful targeting capabilities, the real value comes from understanding which ads drive meaningful actions on your Webflow site. Conversion tracking bridges this gap by connecting ad clicks to specific outcomes like form submissions, purchases, or sign-ups.
Setting up this tracking might seem technical, but it's actually straightforward when you break it down into clear steps. This guide walks you through the complete process of installing Google Ads conversion tracking on your Webflow site using a dedicated thank you page.

Proper conversion tracking transforms your Google Ads campaigns from guesswork into a data-driven system:
Google Ads conversion tracking requires the Google tag (formerly called the global site tag) installed site-wide on your Webflow project. For thank you page conversions, you can choose between a codeless URL-based method or a manual event snippet method. The codeless approach simply tells Google Ads to count visits to a specific URL as conversions, while the manual method adds a JavaScript snippet that fires when someone loads your thank you page.
To implement tracking, you need a paid Webflow Site plan (Basic, CMS, or Business) since custom code insertion requires this level of access. You'll also need to create a dedicated thank you page where visitors land after completing your desired action, and configure your forms to redirect to this page upon successful submission.
Before setting up conversion tracking, verify these essential configurations are in place to ensure accurate data collection and compliance.
A thank you page is essential for conversion tracking. This page is where visitors land after completing your desired action:
Auto-tagging is effectively required for conversion tracking to work properly. It appends a gclid parameter to your ad URLs so Google can match clicks to conversions:
Auto-tagging is enabled by default for new accounts, but it's essential to verify this setting before launching campaigns with conversion tracking.

Setting up conversion tracking starts in your Google Ads account, where you'll define what action you want to track and choose your setup method.
Follow these steps to navigate to the conversion creation area:

If you're using an older account layout, you may still see Tools & Settings (wrench icon) → Measurement → Conversions. Both paths work, but Google's current documentation uses the Goals path.
Now you'll specify the details of what you want to track:
1 - Select conversion source: Choose Conversions on a website from the options presented

2 - Choose your tracking method: You'll see two main options for tracking conversions

3 - Select category: Choose the category that best describes your conversion - Submit lead form is most common for contact forms

For thank you page tracking, you have two methods to choose from in the next steps.
The codeless method is the simplest and most reliable option for tracking thank you page loads. With this method, Google Tag automatically installs on your entire website when you provide your thank you page URL.
1 - Select "Enter the URL where the conversion is completed": This option tracks conversions without adding any event code to your thank you page

2 - Configure the URL tracking:
3 - Configure conversion settings:

4 - Click Done: Your conversion action is now configured

5 - Review and Save: Check your conversion summary and click Save and continue

With this method, you only need to install the Google tag site-wide. Google Ads will automatically detect when visitors reach your thank you page URL and count it as a conversion.
Use this method only if you need dynamic values, custom parameters, or more control:
1 - Choose "Set up manually using code": This option requires adding code to your thank you page

2 - Configure conversion settings:
3 - Access event snippet: In your conversion setup, look for See event snippet

4 - Select Page load, copy the event snippet, and save it for later in the installation. You’ll need it when adding the code to your thank-you page.

Regardless of which method you chose, you need to install the Google tag on all pages of your Webflow site.
After creating your conversion action, you need to access the installation code:
1 - Navigate to conversion details: In Goals → Conversions → Summary, find your new conversion action
2 - Access tag setup: Click on your conversion name (it will show as "Inactive" initially)

3 - Get installation code: Click Install the tag yourself to view the code

4 - Copy the Google tag: You'll see code that looks like this:
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-XXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-XXXXXXXXX');
</script>
Select HTML format and copy the entire code snippet.
Add the Google tag to your entire Webflow project:

The Google tag is now installed site-wide and will load on every page of your Webflow site.
With the code you copied in Method 2 (Manual event snippet), we’ll now paste it following the next instructions.

The event snippet will now fire whenever someone reaches your thank you page.
Your forms must redirect to the thank you page after submission for tracking to work.
Configure each form to redirect properly:
Important: Use the page selector dropdown, not manual URL entry. This ensures the redirect works properly even if your domain changes.
Verify your form redirect works correctly:
If the redirect doesn't work, verify you selected the page from the dropdown (not manual URL entry), published your changes, and that the thank you page is accessible.
After installation, thoroughly test your conversion tracking before running paid campaigns.
Tag Assistant provides real-time verification of your tracking implementation:
Install Tag Assistant Extension:

Test Your Conversion:
Tag Assistant will show you exactly which tags fire, identify any errors, and confirm your conversion tracking is working correctly.
Monitor your conversion tracking status in Google Ads:
Open conversions summary: Go to Goals → Conversions → Summary in Google Ads
Check tracking status: Look at the Tracking status column for your conversion action
Understand status meanings:
Wait for verification: New conversion actions typically verify within a few hours to 24 hours after the first tag fire
If your conversion remains Unverified after 24 hours and you've tested with Tag Assistant, review your installation steps to identify any issues.
Complete a test conversion to verify end-to-end tracking:
Test conversions completed without clicking a Google ad won't appear in campaign reports, but they confirm your technical setup works correctly.
Conversion not tracking after installation: Make sure you published your Webflow site after installing the Google tag. Check that the code is in Project Settings → Custom Code → Head Code, then clear your browser cache and test in an incognito window.
No conversions appearing in Google Ads: Wait 3-4 hours after publishing for data to process. Verify auto-tagging is enabled in Admin → Account settings → Auto-tagging, and confirm the gclid parameter appears in your URLs after clicking ads.
Form submits but doesn't redirect to thank you page: Use the page selector dropdown (not manual URL entry) in Webflow form settings. Verify the thank you page is published and accessible by visiting its URL directly.
Tracking stops after site updates: Republish your site after any changes. Confirm your Google tag code wasn't deleted from Project Settings → Custom Code during updates, and verify your thank you page URL hasn't changed.
Install the Google tag by copying it from Google Ads and pasting into Project Settings → Custom Code → Head Code. For thank you page conversions, use the codeless URL method in Google Ads to track page visits automatically. A paid Webflow Site plan is required.
No, Google Tag Manager isn't required. Direct installation through Webflow's custom code works perfectly for basic conversion tracking, especially with the codeless URL method. Consider GTM only if you manage multiple tracking tags or need complex triggers.
Tracking typically verifies within a few hours to 24 hours after publishing. Your conversion status will show Unverified initially, then change to No recent conversions once Google detects the tag. Actual conversions from ads appear within a few hours.
Create separate conversion actions in Google Ads for each form. Install the Google tag once in project-level code, then create unique thank you pages for each form type (like /contact-thank-you and /newsletter-thank-you). Set up codeless URL tracking for each page.
You need a paid Site plan (Basic, CMS, Business, or Ecommerce) to access custom code features. The free Starter plan doesn't support the site-wide head code required for Google Ads tracking. Basic plans start at $14/month annually.
Setting up Google Ads conversion tracking in Webflow gives you complete visibility into which campaigns and keywords deliver actual results. The modern codeless URL approach requires only a paid Webflow Site plan and takes just a few minutes to set up.
Once implemented, you'll know exactly which ads drive conversions, allowing you to optimize bids and allocate budget to your best-performing campaigns based on real data rather than guesswork.
For advanced tracking implementations like enhanced conversions, cross-domain tracking, or complex multi-step funnels, our Webflow development team can build custom solutions that capture every valuable interaction while maintaining site performance and code quality.

Learn how to enable Protected Staging in Framer to block search engines from your staging site and remove already-indexed pages using GSC

Learn how to disable search engine indexing for your Webflow staging site and remove already-indexed pages using Google Search Console.
Install LinkedIn Insight Tag on Framer to track conversions via confirmation pages. Includes setup tips and troubleshooting