To add Google Ads Conversion Tracking to the submit buttons on your API and Contact pages in Webflow, you'll need to insert the conversion tracking code so it fires when the form is successfully submitted.
In Webflow Designer, click on your form element on the API or Contact page.
In the Element Settings panel, look for the Form Block.
Under the form, locate the Success Message Block (the one shown after submission).
Add an Embed element inside the Success Message Block.
In the Embed block, paste the conversion event snippet only, which looks like this (replace values with your real ones):
```javascript
```
This ensures the script runs only after a successful form submission, which is the correct way to track conversions in Google Ads.
To track form submissions on your API and Contact pages using Google Ads Conversion Tracking, include the global site tag in Project Settings, then embed the conversion event script inside the Success Message Block of each form in Webflow. This ensures the event only fires on a successful form submission.