<?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: Extract Form Submissions Automatically to Excel in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Extract-Form-Submissions-Automatically-to-Excel/m-p/272458#M24719</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/95662"&gt;@bcbotxo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great question!&lt;BR /&gt;&lt;BR /&gt;I believe the&amp;nbsp;&lt;STRONG&gt;&lt;SPAN class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_text"&gt;Get analytics data for specific objects&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_text"&gt;endpoint may be of use here, see here:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_text"&gt;&lt;A href="https://developers.hubspot.com/docs/methods/analytics/get-analytics-data-by-object" target="_blank"&gt;https://developers.hubspot.com/docs/methods/analytics/get-analytics-data-by-object&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_text"&gt;This endpoint allows you to request specific data in relation to an object. For form data, you can use the following request:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;https://api.hubapi.com/analytics/v2/reports/forms/total?hapikey=xxxx&amp;amp;start=20180101&amp;amp;end=20190531&lt;/PRE&gt;&lt;P&gt;You'll want to ensure you're customising the time constraints set by the use of &lt;STRONG&gt;&lt;EM&gt;&amp;amp;start=xx&lt;/EM&gt; &lt;/STRONG&gt;and &lt;STRONG&gt;&lt;EM&gt;&amp;amp;end=xx.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once this call is made, you'll receive a response along the lines of the following:&lt;/P&gt;&lt;PRE&gt;{
    "offset": 5,
    "total": 5,
    "totals": {
        "submissions": 21,
        "formViews": 56,
        "installs": 8,
        "visibles": 38,
        "interactions": 6,
        "submissionsPerFormView": 0.375
    } &lt;BR /&gt;&lt;BR /&gt;//Further breakdowns will be provided but have been removed from this snippet.&lt;/PRE&gt;&lt;P&gt;You can then extract and use the above data as you'd like.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 13:42:43 GMT</pubDate>
    <dc:creator>Willson</dc:creator>
    <dc:date>2019-05-29T13:42:43Z</dc:date>
    <item>
      <title>Extract Form Submissions Automatically to Excel</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Extract-Form-Submissions-Automatically-to-Excel/m-p/272433#M24716</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have multiple forms on Hubspot and I am trying to get the number of form submissions each month and automatically store this into an excel file. Where my data updates at the end of each month. Basically, I need an API to extract the data. Could somebody please help me with this?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 11:33:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Extract-Form-Submissions-Automatically-to-Excel/m-p/272433#M24716</guid>
      <dc:creator>bcbotxo</dc:creator>
      <dc:date>2019-05-29T11:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Form Submissions Automatically to Excel</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Extract-Form-Submissions-Automatically-to-Excel/m-p/272458#M24719</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/95662"&gt;@bcbotxo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great question!&lt;BR /&gt;&lt;BR /&gt;I believe the&amp;nbsp;&lt;STRONG&gt;&lt;SPAN class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_text"&gt;Get analytics data for specific objects&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_text"&gt;endpoint may be of use here, see here:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_text"&gt;&lt;A href="https://developers.hubspot.com/docs/methods/analytics/get-analytics-data-by-object" target="_blank"&gt;https://developers.hubspot.com/docs/methods/analytics/get-analytics-data-by-object&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_text"&gt;This endpoint allows you to request specific data in relation to an object. For form data, you can use the following request:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;https://api.hubapi.com/analytics/v2/reports/forms/total?hapikey=xxxx&amp;amp;start=20180101&amp;amp;end=20190531&lt;/PRE&gt;&lt;P&gt;You'll want to ensure you're customising the time constraints set by the use of &lt;STRONG&gt;&lt;EM&gt;&amp;amp;start=xx&lt;/EM&gt; &lt;/STRONG&gt;and &lt;STRONG&gt;&lt;EM&gt;&amp;amp;end=xx.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once this call is made, you'll receive a response along the lines of the following:&lt;/P&gt;&lt;PRE&gt;{
    "offset": 5,
    "total": 5,
    "totals": {
        "submissions": 21,
        "formViews": 56,
        "installs": 8,
        "visibles": 38,
        "interactions": 6,
        "submissionsPerFormView": 0.375
    } &lt;BR /&gt;&lt;BR /&gt;//Further breakdowns will be provided but have been removed from this snippet.&lt;/PRE&gt;&lt;P&gt;You can then extract and use the above data as you'd like.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 13:42:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Extract-Form-Submissions-Automatically-to-Excel/m-p/272458#M24719</guid>
      <dc:creator>Willson</dc:creator>
      <dc:date>2019-05-29T13:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Form Submissions Automatically to Excel</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Extract-Form-Submissions-Automatically-to-Excel/m-p/272599#M24738</link>
      <description>&lt;P&gt;Hey Matt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I am trying to do this in python, however I am not that familiar. Could you please guide me on how I would do this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 07:09:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Extract-Form-Submissions-Automatically-to-Excel/m-p/272599#M24738</guid>
      <dc:creator>bcbotxo</dc:creator>
      <dc:date>2019-05-30T07:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Form Submissions Automatically to Excel</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Extract-Form-Submissions-Automatically-to-Excel/m-p/272640#M24744</link>
      <description>&lt;P&gt;Hi Sam (&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/95662"&gt;@bcbotxo&lt;/a&gt;),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortuntely I would not be the best resource to do a full walkthrough here, but I am more than happy to look into specific questions and any roadblocks you encounter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 12:22:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Extract-Form-Submissions-Automatically-to-Excel/m-p/272640#M24744</guid>
      <dc:creator>Willson</dc:creator>
      <dc:date>2019-05-30T12:22:47Z</dc:date>
    </item>
  </channel>
</rss>

