Need Help with Google Analytics to track form submission in webflow

Hi Team,

Some time ago i have designed a website for one of my client on webflow. Now, client is running ads on google adwords. So he want conversion tracking in google adwords so that he can track how many visitors are filling form. So, to track conversion rate we need to place a code in the form section.

Please help me out in this.

These duplicate threads may solve your problem

Please try to use the search button in the forum before asking a new question. Thank you!

You can use Zapier to trigger a Webhook on Webflow form submission: Connect your Webflow to Webhook integration in 2 minutes | Zapier

You can use /collect Working with the Measurement Protocol  |  Analytics Measurement Protocol  |  Google Developers

POST /collect HTTP/1.1
Host: www.google-analytics.com

payload_data
The following parameters are required for each payload:

v=1              // Version.
&tid=UA-XXXXX-Y  // Tracking ID / Property ID.
&cid=555         // Anonymous Client ID.
&t=              // Hit Type.