<?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: Want to Track Hubspot forms with Click Text &amp;quot;Download Now&amp;quot; in Lead Capture Tools</title>
    <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Want-to-Track-Hubspot-forms-with-Click-Text-quot-Download-Now/m-p/937054#M11104</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/612068"&gt;@Accelirate&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any of the enterpise hubs? If so you should be able to use custom events to track this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can read more about that &lt;A href="https://knowledge.hubspot.com/analytics-tools/create-custom-behavioral-events-with-the-code-wizard" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;TABLE border="0" width="600" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LouiseHare_0-1709049411269.png" style="width: 121px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/111565i7331E6659667A987/image-dimensions/121x121?v=v2" width="121" height="121" role="button" title="LouiseHare_0-1709049411269.png" alt="LouiseHare_0-1709049411269.png" /&gt;&lt;/span&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN&gt;Louise Hare&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;she/her&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;FONT color="#999999"&gt;&lt;EM&gt;Freelance HubSpot Specialist&amp;nbsp;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;A href="https://louisemhare.com/" target="_blank" rel="noopener nofollow noreferrer"&gt;&lt;FONT color="#000000"&gt;louisemhare.com&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://meetings-eu1.hubspot.com/harelouise" target="_blank" rel="noopener nofollow noreferrer"&gt;Want to chat HubSpot?&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LouiseHare_1-1709049411271.png" style="width: 31px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/111566i76D051DDCABF3560/image-dimensions/31x31?v=v2" width="31" height="31" role="button" title="LouiseHare_1-1709049411271.png" alt="LouiseHare_1-1709049411271.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;If my reply helped to answer your question please mark it as a solution to make it easier for others to find!&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Mon, 04 Mar 2024 11:09:57 GMT</pubDate>
    <dc:creator>LouiseHare</dc:creator>
    <dc:date>2024-03-04T11:09:57Z</dc:date>
    <item>
      <title>Want to Track Hubspot forms with Click Text "Download Now"</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Want-to-Track-Hubspot-forms-with-Click-Text-quot-Download-Now/m-p/937053#M11103</link>
      <description>&lt;P&gt;I want to Track Hubspot forms with Click Text "Download Now", but i am not able to track it.&lt;/P&gt;&lt;P&gt;Here is the process i have followed&lt;/P&gt;&lt;P&gt;Created a Tag&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;Tag Configuration &amp;gt;&amp;gt;Custom HTML&lt;/P&gt;&lt;P&gt;and placed this HTML code&lt;BR /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;BR /&gt;window.addEventListener("message", function(event) {&lt;BR /&gt;if(event.data.type === 'hsFormCallback' &amp;amp;&amp;amp; event.data.eventName === 'onFormSubmit') {&lt;BR /&gt;window.dataLayer.push({&lt;BR /&gt;'event': 'hubspot-form-data',&lt;BR /&gt;'hs-form-guid': event.data.id,&lt;BR /&gt;'hs-formData': event.data.data&lt;BR /&gt;});&lt;BR /&gt;}&lt;BR /&gt;});&lt;BR /&gt;window.addEventListener("message", function(event) {&lt;BR /&gt;if(event.data.type === 'hsFormCallback' &amp;amp;&amp;amp; event.data.eventName === 'onFormSubmitted') {&lt;BR /&gt;window.dataLayer.push({&lt;BR /&gt;'event': 'hubspot-form-success',&lt;BR /&gt;'hs-form-guid': event.data.id&lt;BR /&gt;});&lt;BR /&gt;}&lt;BR /&gt;});&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;Then added a trigger to this tag Trigger &amp;gt;&amp;gt; Trigger Configuration &amp;gt;&amp;gt; Custom Event&lt;/P&gt;&lt;P&gt;Event name: hubspot-form-success &amp;gt;&amp;gt; Some Custom Events&lt;/P&gt;&lt;P&gt;and added this condition&lt;/P&gt;&lt;P&gt;Click Text Contains Download Now&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;then created a TAG for GA-4 Event&lt;/P&gt;&lt;P&gt;added measurement id &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;Event Name: Download_Now_Whitepaper &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;Event Parameter: Click_text&lt;BR /&gt;Value: {{Click Text}}&lt;/P&gt;&lt;P&gt;then fired this on "All Pages"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My Tags are firing but my all the forms on the website are created through hubspot forms and whenever, some one fills any form above tag got fired and tracked as Event but i only want to track forms having Click button "Download Now"&lt;/P&gt;&lt;P&gt;Please help me what i can do in it.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 11:06:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Want-to-Track-Hubspot-forms-with-Click-Text-quot-Download-Now/m-p/937053#M11103</guid>
      <dc:creator>Accelirate</dc:creator>
      <dc:date>2024-03-04T11:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Want to Track Hubspot forms with Click Text "Download Now"</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Want-to-Track-Hubspot-forms-with-Click-Text-quot-Download-Now/m-p/937054#M11104</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/612068"&gt;@Accelirate&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any of the enterpise hubs? If so you should be able to use custom events to track this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can read more about that &lt;A href="https://knowledge.hubspot.com/analytics-tools/create-custom-behavioral-events-with-the-code-wizard" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;TABLE border="0" width="600" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LouiseHare_0-1709049411269.png" style="width: 121px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/111565i7331E6659667A987/image-dimensions/121x121?v=v2" width="121" height="121" role="button" title="LouiseHare_0-1709049411269.png" alt="LouiseHare_0-1709049411269.png" /&gt;&lt;/span&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN&gt;Louise Hare&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;she/her&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;FONT color="#999999"&gt;&lt;EM&gt;Freelance HubSpot Specialist&amp;nbsp;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;A href="https://louisemhare.com/" target="_blank" rel="noopener nofollow noreferrer"&gt;&lt;FONT color="#000000"&gt;louisemhare.com&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://meetings-eu1.hubspot.com/harelouise" target="_blank" rel="noopener nofollow noreferrer"&gt;Want to chat HubSpot?&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LouiseHare_1-1709049411271.png" style="width: 31px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/111566i76D051DDCABF3560/image-dimensions/31x31?v=v2" width="31" height="31" role="button" title="LouiseHare_1-1709049411271.png" alt="LouiseHare_1-1709049411271.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;If my reply helped to answer your question please mark it as a solution to make it easier for others to find!&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 04 Mar 2024 11:09:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Want-to-Track-Hubspot-forms-with-Click-Text-quot-Download-Now/m-p/937054#M11104</guid>
      <dc:creator>LouiseHare</dc:creator>
      <dc:date>2024-03-04T11:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Want to Track Hubspot forms with Click Text "Download Now"</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Want-to-Track-Hubspot-forms-with-Click-Text-quot-Download-Now/m-p/937058#M11105</link>
      <description>&lt;P&gt;No, we dont have&amp;nbsp;&lt;SPAN&gt;enterpise hubs, i want to do it through GTM and GA4&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 11:16:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Want-to-Track-Hubspot-forms-with-Click-Text-quot-Download-Now/m-p/937058#M11105</guid>
      <dc:creator>Accelirate</dc:creator>
      <dc:date>2024-03-04T11:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Want to Track Hubspot forms with Click Text "Download Now"</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Want-to-Track-Hubspot-forms-with-Click-Text-quot-Download-Now/m-p/937330#M11109</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/612068"&gt;@Accelirate&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately I amn't able to help you with this. Hope you find somone that can!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;TABLE border="0" width="600" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LouiseHare_0-1709049411269.png" style="width: 121px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/111565i7331E6659667A987/image-dimensions/121x121?v=v2" width="121" height="121" role="button" title="LouiseHare_0-1709049411269.png" alt="LouiseHare_0-1709049411269.png" /&gt;&lt;/span&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN&gt;Louise Hare&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;she/her&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;FONT color="#999999"&gt;&lt;EM&gt;Freelance HubSpot Specialist&amp;nbsp;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;A href="https://louisemhare.com/" target="_blank" rel="noopener nofollow noreferrer"&gt;&lt;FONT color="#000000"&gt;louisemhare.com&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://meetings-eu1.hubspot.com/harelouise" target="_blank" rel="noopener nofollow noreferrer"&gt;Want to chat HubSpot?&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LouiseHare_1-1709049411271.png" style="width: 31px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/111566i76D051DDCABF3560/image-dimensions/31x31?v=v2" width="31" height="31" role="button" title="LouiseHare_1-1709049411271.png" alt="LouiseHare_1-1709049411271.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;If my reply helped to answer your question please mark it as a solution to make it easier for others to find!&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 04 Mar 2024 17:34:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Want-to-Track-Hubspot-forms-with-Click-Text-quot-Download-Now/m-p/937330#M11109</guid>
      <dc:creator>LouiseHare</dc:creator>
      <dc:date>2024-03-04T17:34:46Z</dc:date>
    </item>
  </channel>
</rss>

