How to track form submit conversion in Google ads?

Hey everyone

I’m trying to setup a form submit conversion on a popup like when someone clicks on button a popup will show and user will fill up the form.

I’m using Brevo’s Form i embedded form in website using iframe code

anyone can tell me what wrong I’m doing?

Hi Ayaan,

To track form submissions as conversions in Google Ads using Brevo, you can use Google Tag Manager (GTM) and Google Ads conversion tracking:

  1. Set up a « Thank You » Page:
    If possible, redirect users to a unique « Thank You » page after they submit the form. You can track visits to this page as conversions in Google Ads. In Brevo, this may require adding a redirect to the form settings so that the user is sent to a specific page after submitting.
  2. Install Google Tag Manager (GTM):
    If you haven’t already, install GTM on your website. You can then use GTM to manage the form tracking and add conversion tags.
  3. Create a Conversion Action in Google Ads:
    Go to Google Ads, create a new conversion action by selecting Website as the conversion type, and follow the prompts. This will generate a conversion tracking tag.
  4. Track Form Submissions with GTM:
    a. In GTM, create a trigger to track form submissions. You can either use a Form Submission trigger or a Page View trigger if you are redirecting to a « Thank You » page.
    b. Then, set up a tag to fire the Google Ads conversion tracking code when the form is submitted or when the user reaches the « Thank You » page.
  5. Testing:
    After setting everything up, submit a test form to check that the trigger fires and that conversions are being recorded in Google Ads.

If you’re not sure about any of these steps, let me know! I can walk you through any part of the setup in more detail.

i appreciate your answer but i want to track conversion on popup form submission when someone clicks on submit button or when the success message is visible

To track conversions on a pop-up form submission when someone clicks the submit button or when the success message is visible, you can use Google Tag Manager (GTM) in combination with custom event tracking in Brevo.

Here’s how to set it up:

  1. Set up Google Tag Manager (GTM) on your site:
    Make sure you have GTM installed on your website where the Brevo form is embedded.

  2. Create a Custom Trigger for the Form Submit Button:

    • In GTM, go to Triggers and create a new trigger.
    • Choose Click - All Elements as the trigger type.
    • Configure the trigger to fire on the click of the form’s submit button by targeting its specific CSS selector or ID. You can inspect the submit button on your form using your browser’s developer tools to find this.
    • Alternatively, you can use the « Form Submission » trigger if the form doesn’t have a distinct button.
  3. Track the Success Message:
    If the form displays a success message after submission, you can track that event using another custom trigger:

    • In GTM, create a new Element Visibility trigger.
    • Set it to fire when the success message is visible. You’ll need to find the CSS class or ID of the success message (e.g., .success-message).
  4. Create a Google Ads Conversion Tag:

    • In GTM, create a new Tag for Google Ads Conversion.
    • Add the conversion tracking ID and label from your Google Ads account.
    • Set this tag to fire either on the form submit trigger or the success message visibility trigger you’ve created.
  5. Test the Setup:

    • Use GTM’s preview mode to ensure that the triggers and tags are firing correctly when the form is submitted or the success message is displayed.
    • Submit the form and check that the conversion is recorded in Google Ads.

Let me know how it goes!

i tried all ways and now i’m building thank you page