<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Google Ads &amp;gt; Gravity Forms &amp;gt; HubSpot in Ads</title>
    <link>https://community.hubspot.com/t5/Ads/Google-Ads-gt-Gravity-Forms-gt-HubSpot/m-p/1208884#M4299</link>
    <description>&lt;P&gt;&lt;STRONG&gt;The short answer is:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The reason your contacts are not showing up in the HubSpot Marketing &amp;gt; Ads report, despite having the UTMs correctly captured, is likely a disconnect between HubSpot's ad tracking cookie and the contact creation method.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;HubSpot's Ads tool relies on its own tracking cookie to link a contact to an ad click ID (gclid) and the correct ad campaign in the ad reporting dashboard, but your process of using Gravity Forms' HubSpot add-on to push form fields, including UTMs, as contact properties bypasses this specific ad-tracking mechanism.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;The ad platform report needs to see the click ID, which is typically stored in the HubSpot cookie, not just the UTM parameters you are passing manually.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;The solution is to transition to a server-side tracking approach using the Google Ads API and the HubSpot API to send the conversion data and gclid directly, ensuring the ad platform gets the confirmation it needs to populate the HubSpot Ads dashboard &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The long answer is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your setup is common, and you have correctly identified that manually passing UTM parameters via hidden fields or a tool like UTMGrabber HandL gets the marketing source information onto the contact record.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;However, the HubSpot Ads tool relies on two critical pieces of data to link a conversion to a specific ad campaign in its dashboard: the &lt;EM&gt;gclid&lt;/EM&gt; (Google Click Identifier) and the HubSpot tracking cookie.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When a user clicks a Google Ad, the gclid is appended to the URL.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The HubSpot tracking code on your website captures this gclid and stores it in the user's browser cookie.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When the user fills out a form, HubSpot's native forms or its direct integration mechanism checks this cookie and uses the stored gclid to tell the HubSpot Ads tool which specific ad the conversion belongs to.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;By using the Gravity Forms HubSpot add-on to push contact properties, you are only sending the UTMs that were present in the URL or stored by your UTMGrabber tool; you are not necessarily sending the gclid or triggering the specific server-side event that HubSpot's Ads tool needs to create the link.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The HubSpot ad platform is likely not seeing the event that links the conversion to the stored cookie data.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A far more reliable and robust solution that overcomes cookie dependency and integration ambiguity is to create a server-side pipeline.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This would involve configuring Gravity Forms to send its submission data via a Gravity Forms REST API v2 call or webhook to a server-side environment like Stape or Google Cloud Platform, managed by Google Tag Manager.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When the form submits, your server-side script intercepts the data, including the gclid (which should be captured by a hidden field in your form and passed along).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This script would then use the Google Ads API to send the conversion back to Google, giving Google the direct confirmation it needs for its internal reporting.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Simultaneously, the script would use the HubSpot API to create or update the contact, making sure to explicitly pass the gclid and any other necessary tracking identifiers directly to the contact record via the API payload.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;This method guarantees that the critical gclid is present in both your conversion confirmation (for Google) and the contact record (for HubSpot), ensuring that HubSpot's reporting correctly attributes the contact to the campaign within the HubSpot Ads dashboard, regardless of any browser-side cookie issues &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This comment was generated with the assistance of an AI tool, incorporating my expertise in conversion tracking &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Oct 2025 18:45:43 GMT</pubDate>
    <dc:creator>Sweely</dc:creator>
    <dc:date>2025-10-06T18:45:43Z</dc:date>
    <item>
      <title>Google Ads &gt; Gravity Forms &gt; HubSpot</title>
      <link>https://community.hubspot.com/t5/Ads/Google-Ads-gt-Gravity-Forms-gt-HubSpot/m-p/836636#M2128</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having a few issues tracking the contacts that have been generated from Google Ad campaigns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the current process;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A user clicks on a Google Advert.&lt;/LI&gt;&lt;LI&gt;They send a website contact form via Gravity Forms (WordPress).&lt;/LI&gt;&lt;LI&gt;All fields including UTM parameter fields are sent to HubSpot.&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;A new contact is created in HubSpot (again including all UTM fields).&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then when I look into HubSpot Marketing &amp;gt; Ads, I can see no new contacts have been created against the integrated Google Ads account.&amp;nbsp;I can see the live campaigns, but no contacts are being generated against them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Setup:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Google Ads has been connected to HubSpot with Auto tracking enabled.&lt;/LI&gt;&lt;LI&gt;WordPress website utilises Gravity Forms. Gravity Forms has been connected to HubSpot using the Gravity Form HubSpot add-on.&lt;/LI&gt;&lt;LI&gt;We use the WordPress plugin UTMGrabber HandL to sync the UTM parameters from the campaigns with Gravity Forms.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;New contacts imported into HubSpot show the UTM parameters.&lt;/LI&gt;&lt;LI&gt;UTM parameters being used -&amp;nbsp;utm_medium, utm_source, utm_term &amp;amp; utm_campaign.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 14:18:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Ads/Google-Ads-gt-Gravity-Forms-gt-HubSpot/m-p/836636#M2128</guid>
      <dc:creator>AChadwick</dc:creator>
      <dc:date>2023-08-18T14:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Google Ads &gt; Gravity Forms &gt; HubSpot</title>
      <link>https://community.hubspot.com/t5/Ads/Google-Ads-gt-Gravity-Forms-gt-HubSpot/m-p/836657#M2129</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/248577"&gt;@AChadwick&lt;/a&gt;&amp;nbsp;is the HubSpot tracking code installed on your pages? If so, is the gravity forms integration sending cookies with your form submissions? You can check this by going into the form receiving the submissions within HubSpot, checking your submissions and clicking on any specific submission. The panel on the right should show a warning if it's not receiving cookies.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the form isn't sending cookies HubSpot can't track them and won't attribute these to your ads. There's a great guide on all that's needed for ad attribution on the knowledgebase here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.hubspot.com/ads/ads-attribution-in-hubspot" target="_blank"&gt;https://knowledge.hubspot.com/ads/ads-attribution-in-hubspot&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 14:47:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Ads/Google-Ads-gt-Gravity-Forms-gt-HubSpot/m-p/836657#M2129</guid>
      <dc:creator>TomM2</dc:creator>
      <dc:date>2023-08-18T14:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Google Ads &gt; Gravity Forms &gt; HubSpot</title>
      <link>https://community.hubspot.com/t5/Ads/Google-Ads-gt-Gravity-Forms-gt-HubSpot/m-p/880649#M2290</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Coming back to this issue, we have a few clients on HubSpot and use Gravity Forms. The contacts that come from Google Ads still do not populate within the HubSpot marketing tab under Google Ads.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The HubSpot tracking codes are on the website and when we check the form within HubSpot, it shows nothing to flag that no cookies are not being sent.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other ideas on why this could be happening?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 15:36:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Ads/Google-Ads-gt-Gravity-Forms-gt-HubSpot/m-p/880649#M2290</guid>
      <dc:creator>AChadwick</dc:creator>
      <dc:date>2023-11-16T15:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Google Ads &gt; Gravity Forms &gt; HubSpot</title>
      <link>https://community.hubspot.com/t5/Ads/Google-Ads-gt-Gravity-Forms-gt-HubSpot/m-p/880740#M2292</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/248577"&gt;@AChadwick&lt;/a&gt;&amp;nbsp;My best guess here is that gravity forms isn't passing the HubSpot cookie to HubSpot, if you look under your submissions in HubSpot forms do you see warnings about cookies not being sent?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 17:24:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Ads/Google-Ads-gt-Gravity-Forms-gt-HubSpot/m-p/880740#M2292</guid>
      <dc:creator>TomM2</dc:creator>
      <dc:date>2023-11-16T17:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Google Ads &gt; Gravity Forms &gt; HubSpot</title>
      <link>https://community.hubspot.com/t5/Ads/Google-Ads-gt-Gravity-Forms-gt-HubSpot/m-p/881179#M2294</link>
      <description>&lt;P&gt;What is the specific HubSpot cookie ID that needs to be passed over? Any further technical information on specific cookies or examples would be much appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The HubSpot embedded code has been added and auto tracking enabled within the HubSpot Google Ads settings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 13:51:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Ads/Google-Ads-gt-Gravity-Forms-gt-HubSpot/m-p/881179#M2294</guid>
      <dc:creator>AChadwick</dc:creator>
      <dc:date>2023-11-17T13:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Google Ads &gt; Gravity Forms &gt; HubSpot</title>
      <link>https://community.hubspot.com/t5/Ads/Google-Ads-gt-Gravity-Forms-gt-HubSpot/m-p/881277#M2296</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/248577"&gt;@AChadwick&lt;/a&gt;&amp;nbsp;it's the HUTK cookie, There's a guide on all that's needed in the dev docs which might help! &lt;A href="https://legacydocs.hubspot.com/docs/methods/forms/submit_form_v3_authentication#:~:text=The%20tracking%20cookie,the%20contact%20record." target="_blank" rel="noopener"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 16:36:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Ads/Google-Ads-gt-Gravity-Forms-gt-HubSpot/m-p/881277#M2296</guid>
      <dc:creator>TomM2</dc:creator>
      <dc:date>2023-11-17T16:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Google Ads &gt; Gravity Forms &gt; HubSpot</title>
      <link>https://community.hubspot.com/t5/Ads/Google-Ads-gt-Gravity-Forms-gt-HubSpot/m-p/1208884#M4299</link>
      <description>&lt;P&gt;&lt;STRONG&gt;The short answer is:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The reason your contacts are not showing up in the HubSpot Marketing &amp;gt; Ads report, despite having the UTMs correctly captured, is likely a disconnect between HubSpot's ad tracking cookie and the contact creation method.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;HubSpot's Ads tool relies on its own tracking cookie to link a contact to an ad click ID (gclid) and the correct ad campaign in the ad reporting dashboard, but your process of using Gravity Forms' HubSpot add-on to push form fields, including UTMs, as contact properties bypasses this specific ad-tracking mechanism.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;The ad platform report needs to see the click ID, which is typically stored in the HubSpot cookie, not just the UTM parameters you are passing manually.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;The solution is to transition to a server-side tracking approach using the Google Ads API and the HubSpot API to send the conversion data and gclid directly, ensuring the ad platform gets the confirmation it needs to populate the HubSpot Ads dashboard &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The long answer is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your setup is common, and you have correctly identified that manually passing UTM parameters via hidden fields or a tool like UTMGrabber HandL gets the marketing source information onto the contact record.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;However, the HubSpot Ads tool relies on two critical pieces of data to link a conversion to a specific ad campaign in its dashboard: the &lt;EM&gt;gclid&lt;/EM&gt; (Google Click Identifier) and the HubSpot tracking cookie.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When a user clicks a Google Ad, the gclid is appended to the URL.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The HubSpot tracking code on your website captures this gclid and stores it in the user's browser cookie.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When the user fills out a form, HubSpot's native forms or its direct integration mechanism checks this cookie and uses the stored gclid to tell the HubSpot Ads tool which specific ad the conversion belongs to.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;By using the Gravity Forms HubSpot add-on to push contact properties, you are only sending the UTMs that were present in the URL or stored by your UTMGrabber tool; you are not necessarily sending the gclid or triggering the specific server-side event that HubSpot's Ads tool needs to create the link.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The HubSpot ad platform is likely not seeing the event that links the conversion to the stored cookie data.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A far more reliable and robust solution that overcomes cookie dependency and integration ambiguity is to create a server-side pipeline.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This would involve configuring Gravity Forms to send its submission data via a Gravity Forms REST API v2 call or webhook to a server-side environment like Stape or Google Cloud Platform, managed by Google Tag Manager.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When the form submits, your server-side script intercepts the data, including the gclid (which should be captured by a hidden field in your form and passed along).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This script would then use the Google Ads API to send the conversion back to Google, giving Google the direct confirmation it needs for its internal reporting.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Simultaneously, the script would use the HubSpot API to create or update the contact, making sure to explicitly pass the gclid and any other necessary tracking identifiers directly to the contact record via the API payload.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;This method guarantees that the critical gclid is present in both your conversion confirmation (for Google) and the contact record (for HubSpot), ensuring that HubSpot's reporting correctly attributes the contact to the campaign within the HubSpot Ads dashboard, regardless of any browser-side cookie issues &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This comment was generated with the assistance of an AI tool, incorporating my expertise in conversion tracking &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 18:45:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Ads/Google-Ads-gt-Gravity-Forms-gt-HubSpot/m-p/1208884#M4299</guid>
      <dc:creator>Sweely</dc:creator>
      <dc:date>2025-10-06T18:45:43Z</dc:date>
    </item>
  </channel>
</rss>

