.w-form-done
class, then publish and test tracking functionality.To set up Google Ads conversion tracking in Webflow, you need to insert the Google Ads conversion tag into the appropriate location of your site to track desired actions like form submissions or page views.
Depending on how your conversion is triggered, you have two common options:
tag section under Page Settings for the specific “Thank You” or confirmation page.
Go to Page > Settings > Before tag and wrap the conversion code in a JavaScript listener for form submissions.
Because Webflow forms use AJAX to submit, you need to trigger the conversion with a script using Webflow's w-form-done
class.
To do this, insert a script like this in the Footer Code section under Site-wide Custom Code or per-page:
Example:
```
```
Replace AW-CONVERSION_ID/label with the value provided by Google Ads in your Event Snippet.
To set up Google Ads conversion tracking in Webflow: (1) add the Global Site Tag in Project Settings > Head Code, and (2) add the Event Snippet to either a Thank You page or via script with a form submission handler. Then publish and test to ensure it's tracking properly.