<?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: timeline activity for marketing emails in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/331343#M32083</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63973"&gt;@Elsssss&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is possible through the use of our Email Analytics endpoint, specifically the &lt;A href="https://developers.hubspot.com/docs/methods/email/get_events" target="_self"&gt;Get email events API found here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As per the documentation, you'll see that this&amp;nbsp;&lt;SPAN&gt;endpoint is used to query the event log for events; &lt;A href="https://developers.hubspot.com/docs/methods/email/email_events_overview" target="_self"&gt;which are defined here&lt;/A&gt;, matching specified parameters.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;An example of this would be the following request:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;Request: 
GET https://api.hubapi.com/email/public/v1/events?hapikey=demo&amp;amp;campaignId=13054799&amp;amp;limit=1&amp;amp;offset=Ch8KFgjC0cOq15yCtakBEOXx7NT479WQkgEYiNiW5uUo

Response:
{
    "events": [
        {
            "appId": 20185,
            "appName": "AbBatch",
            "browser": {
                "family": "Google Image Cache",
                "name": "Google Image Cache",
                "producer": "",
                "producerUrl": "",
                "type": "Proxy",
                "url": "",
                "version": []
            },
            "created": 1401715797602,
            "emailCampaignId": 13054799,
            "hmid": "ELPoAxjZnQEoz+acBjoSbWF4aWFrQGh1YnNwb3QuY29t",
            "id": "fb5f4051-0bf9-3b3c-92f4-ffbab071ed66",
            "location": {
                "city": "Unknown",
                "country": "Unknown",
                "state": "Unknown"
            },
            "portalId": 62515,
            "recipient": "maxiak@hubspot.com",
            "type": "OPEN",
            "userAgent": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7 (via ggpht.com GoogleImageProxy)"
        },
        {
            "appId": 20185,
            "appName": "AbBatch",
            "browser": null,
            "created": 1401715797000,
            "emailCampaignId": 13054799,
            "hmid": "CiQ4ZWE5NTlmYy00MmU1LTRlZDctOTJjZC0zNjI0ZGRlNGYwODQQs+gDGNmdASAAKM/mnAYwoRY6Em1heGlha0BodWJzcG90LmNvbUCUhZPm5ShIAVooMWQ5NmYyODcyNDFjMmQzYWU1MDEwNTc3NmRkMDI5NzQ4ZjVjY2U3NXCR9A0=",
            "id": "9221577f-8a9b-38e5-a96a-08e57550e8c2",
            "location": null,
            "portalId": 62515,
            "recipient": "maxiak@hubspot.com",
            "sentBy": {
                "created": 1401715737236,
                "id": "8ea959fc-42e5-4ed7-92cd-3624dde4f084"
            },
            "type": "OPEN",
            "userAgent": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7 (via ggpht.com GoogleImageProxy)"
        },
        {
            "appId": 20185,
            "appName": "AbBatch",
            "created": 1401715744000,
            "emailCampaignId": 13054799,
            "hmid": "CiQ4ZWE5NTlmYy00MmU1LTRlZDctOTJjZC0zNjI0ZGRlNGYwODQQs+gDGNmdASAAKM/mnAYwoRY6Em1heGlha0BodWJzcG90LmNvbUCUhZPm5ShIAVooMWQ5NmYyODcyNDFjMmQzYWU1MDEwNTc3NmRkMDI5NzQ4ZjVjY2U3NXCR9A0=",
            "id": "e4e7b45d-83ff-3faa-81a5-d241a3ce6e31",
            "portalId": 62515,
            "recipient": "maxiak@hubspot.com",
            "response": "250 Thanks ",
            "sentBy": {
                "created": 1401715737236,
                "id": "8ea959fc-42e5-4ed7-92cd-3624dde4f084"
            },
            "smtpId": "&amp;lt;1114083043.73189221401715737245.JavaMail.root@hemingway&amp;gt;",
            "type": "DELIVERED"
        },
        {
            "appId": 20185,
            "appName": "AbBatch",
            "created": 1401715737236,
            "emailCampaignId": 13054799,
            "hmid": "CiQ4ZWE5NTlmYy00MmU1LTRlZDctOTJjZC0zNjI0ZGRlNGYwODQQs+gDGNmdASAAKM/mnAYwoRY6Em1heGlha0BodWJzcG90LmNvbUCUhZPm5ShIAVooMWQ5NmYyODcyNDFjMmQzYWU1MDEwNTc3NmRkMDI5NzQ4ZjVjY2U3NXCR9A0=",
            "id": "8ea959fc-42e5-4ed7-92cd-3624dde4f084",
            "portalId": 62515,
            "recipient": "maxiak@hubspot.com",
            "sendId": "1d96f287241c2d3ae50105776dd029748f5cce75",
            "sentBy": {
                "created": 1401715737236,
                "id": "8ea959fc-42e5-4ed7-92cd-3624dde4f084"
            },
            "subject": "test",
            "type": "SENT"
        },
        {
            "appId": 20185,
            "appName": "AbBatch",
            "created": 1401715737000,
            "emailCampaignId": 13054799,
            "hmid": "CiQ4ZWE5NTlmYy00MmU1LTRlZDctOTJjZC0zNjI0ZGRlNGYwODQQs+gDGNmdASAAKM/mnAYwoRY6Em1heGlha0BodWJzcG90LmNvbUCUhZPm5ShIAVooMWQ5NmYyODcyNDFjMmQzYWU1MDEwNTc3NmRkMDI5NzQ4ZjVjY2U3NXCR9A0=",
            "id": "c26a72e7-d78b-3ec0-8801-54d951608c48",
            "portalId": 62515,
            "recipient": "maxiak@hubspot.com",
            "sentBy": {
                "created": 1401715737236,
                "id": "8ea959fc-42e5-4ed7-92cd-3624dde4f084"
            },
            "type": "PROCESSED"
        }
    ],
    "hasMore": false,
    "offset": "Ch8KFgjImIKLlZvVgIgBEMD9rLz93Jy1wgEYqIOT5uUoFZRhY64="
}
 &lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;As we can see above, we've queried for all events pertaining to a specific Email Campaign with the ID&amp;nbsp;&lt;CODE&gt;13054799&lt;/CODE&gt;, this has then returned all events associated to this send which is related to the contact,&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class=" language-javascript"&gt;&lt;SPAN class="token string"&gt;maxiak@hubspot.com&lt;/SPAN&gt;&lt;/CODE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
    <pubDate>Tue, 14 Apr 2020 14:02:52 GMT</pubDate>
    <dc:creator>Willson</dc:creator>
    <dc:date>2020-04-14T14:02:52Z</dc:date>
    <item>
      <title>timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/331331#M32082</link>
      <description>&lt;P&gt;We would like to send some data from Hubspot (starter package) to a custom made CRM. Does anyone know a workaroun to optain these data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is about: We would like to get contacts with their timeline activity for marketing emails (send date, delivery status, open/click etc), with each email in a separate row, contained per contactperson.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 12:55:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/331331#M32082</guid>
      <dc:creator>Elsssss</dc:creator>
      <dc:date>2020-04-14T12:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/331343#M32083</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63973"&gt;@Elsssss&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is possible through the use of our Email Analytics endpoint, specifically the &lt;A href="https://developers.hubspot.com/docs/methods/email/get_events" target="_self"&gt;Get email events API found here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As per the documentation, you'll see that this&amp;nbsp;&lt;SPAN&gt;endpoint is used to query the event log for events; &lt;A href="https://developers.hubspot.com/docs/methods/email/email_events_overview" target="_self"&gt;which are defined here&lt;/A&gt;, matching specified parameters.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;An example of this would be the following request:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;Request: 
GET https://api.hubapi.com/email/public/v1/events?hapikey=demo&amp;amp;campaignId=13054799&amp;amp;limit=1&amp;amp;offset=Ch8KFgjC0cOq15yCtakBEOXx7NT479WQkgEYiNiW5uUo

Response:
{
    "events": [
        {
            "appId": 20185,
            "appName": "AbBatch",
            "browser": {
                "family": "Google Image Cache",
                "name": "Google Image Cache",
                "producer": "",
                "producerUrl": "",
                "type": "Proxy",
                "url": "",
                "version": []
            },
            "created": 1401715797602,
            "emailCampaignId": 13054799,
            "hmid": "ELPoAxjZnQEoz+acBjoSbWF4aWFrQGh1YnNwb3QuY29t",
            "id": "fb5f4051-0bf9-3b3c-92f4-ffbab071ed66",
            "location": {
                "city": "Unknown",
                "country": "Unknown",
                "state": "Unknown"
            },
            "portalId": 62515,
            "recipient": "maxiak@hubspot.com",
            "type": "OPEN",
            "userAgent": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7 (via ggpht.com GoogleImageProxy)"
        },
        {
            "appId": 20185,
            "appName": "AbBatch",
            "browser": null,
            "created": 1401715797000,
            "emailCampaignId": 13054799,
            "hmid": "CiQ4ZWE5NTlmYy00MmU1LTRlZDctOTJjZC0zNjI0ZGRlNGYwODQQs+gDGNmdASAAKM/mnAYwoRY6Em1heGlha0BodWJzcG90LmNvbUCUhZPm5ShIAVooMWQ5NmYyODcyNDFjMmQzYWU1MDEwNTc3NmRkMDI5NzQ4ZjVjY2U3NXCR9A0=",
            "id": "9221577f-8a9b-38e5-a96a-08e57550e8c2",
            "location": null,
            "portalId": 62515,
            "recipient": "maxiak@hubspot.com",
            "sentBy": {
                "created": 1401715737236,
                "id": "8ea959fc-42e5-4ed7-92cd-3624dde4f084"
            },
            "type": "OPEN",
            "userAgent": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7 (via ggpht.com GoogleImageProxy)"
        },
        {
            "appId": 20185,
            "appName": "AbBatch",
            "created": 1401715744000,
            "emailCampaignId": 13054799,
            "hmid": "CiQ4ZWE5NTlmYy00MmU1LTRlZDctOTJjZC0zNjI0ZGRlNGYwODQQs+gDGNmdASAAKM/mnAYwoRY6Em1heGlha0BodWJzcG90LmNvbUCUhZPm5ShIAVooMWQ5NmYyODcyNDFjMmQzYWU1MDEwNTc3NmRkMDI5NzQ4ZjVjY2U3NXCR9A0=",
            "id": "e4e7b45d-83ff-3faa-81a5-d241a3ce6e31",
            "portalId": 62515,
            "recipient": "maxiak@hubspot.com",
            "response": "250 Thanks ",
            "sentBy": {
                "created": 1401715737236,
                "id": "8ea959fc-42e5-4ed7-92cd-3624dde4f084"
            },
            "smtpId": "&amp;lt;1114083043.73189221401715737245.JavaMail.root@hemingway&amp;gt;",
            "type": "DELIVERED"
        },
        {
            "appId": 20185,
            "appName": "AbBatch",
            "created": 1401715737236,
            "emailCampaignId": 13054799,
            "hmid": "CiQ4ZWE5NTlmYy00MmU1LTRlZDctOTJjZC0zNjI0ZGRlNGYwODQQs+gDGNmdASAAKM/mnAYwoRY6Em1heGlha0BodWJzcG90LmNvbUCUhZPm5ShIAVooMWQ5NmYyODcyNDFjMmQzYWU1MDEwNTc3NmRkMDI5NzQ4ZjVjY2U3NXCR9A0=",
            "id": "8ea959fc-42e5-4ed7-92cd-3624dde4f084",
            "portalId": 62515,
            "recipient": "maxiak@hubspot.com",
            "sendId": "1d96f287241c2d3ae50105776dd029748f5cce75",
            "sentBy": {
                "created": 1401715737236,
                "id": "8ea959fc-42e5-4ed7-92cd-3624dde4f084"
            },
            "subject": "test",
            "type": "SENT"
        },
        {
            "appId": 20185,
            "appName": "AbBatch",
            "created": 1401715737000,
            "emailCampaignId": 13054799,
            "hmid": "CiQ4ZWE5NTlmYy00MmU1LTRlZDctOTJjZC0zNjI0ZGRlNGYwODQQs+gDGNmdASAAKM/mnAYwoRY6Em1heGlha0BodWJzcG90LmNvbUCUhZPm5ShIAVooMWQ5NmYyODcyNDFjMmQzYWU1MDEwNTc3NmRkMDI5NzQ4ZjVjY2U3NXCR9A0=",
            "id": "c26a72e7-d78b-3ec0-8801-54d951608c48",
            "portalId": 62515,
            "recipient": "maxiak@hubspot.com",
            "sentBy": {
                "created": 1401715737236,
                "id": "8ea959fc-42e5-4ed7-92cd-3624dde4f084"
            },
            "type": "PROCESSED"
        }
    ],
    "hasMore": false,
    "offset": "Ch8KFgjImIKLlZvVgIgBEMD9rLz93Jy1wgEYqIOT5uUoFZRhY64="
}
 &lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;As we can see above, we've queried for all events pertaining to a specific Email Campaign with the ID&amp;nbsp;&lt;CODE&gt;13054799&lt;/CODE&gt;, this has then returned all events associated to this send which is related to the contact,&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class=" language-javascript"&gt;&lt;SPAN class="token string"&gt;maxiak@hubspot.com&lt;/SPAN&gt;&lt;/CODE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 14:02:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/331343#M32083</guid>
      <dc:creator>Willson</dc:creator>
      <dc:date>2020-04-14T14:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/331417#M32099</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72929"&gt;@Willson&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your quick reply, this definitly helps a lot! However, I am not very techinical, so yes I am happy that it is possible, but now I am wondering how to get this done :).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I correct that all the data is therefore in the standard API from Hubspot, so therefore our technical guys that are using the API from Hubspot and connect it with the custom made CRM, should be able to implement this? Or does it need so work on the Hubspot side as well? They have no experience with Hubspot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THanks again!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Els&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 18:04:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/331417#M32099</guid>
      <dc:creator>Elsssss</dc:creator>
      <dc:date>2020-04-14T18:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/331574#M32120</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63973"&gt;@Elsssss&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You're correct, all this data is supplied as a standard via our APIs and therefore, if you have any technical teams that are working with the APIs already, they should be able to assist with using this endpoint and working with the data returned.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 08:56:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/331574#M32120</guid>
      <dc:creator>Willson</dc:creator>
      <dc:date>2020-04-15T08:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/331733#M32134</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72929"&gt;@Willson&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot! This definitly helped a lot!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Els&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 18:19:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/331733#M32134</guid>
      <dc:creator>Elsssss</dc:creator>
      <dc:date>2020-04-15T18:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/332540#M32232</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72929"&gt;@Willson&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to be sure, are those api's also available when having a Hubspot Starter package?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;BR /&gt;Els&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 17:38:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/332540#M32232</guid>
      <dc:creator>Elsssss</dc:creator>
      <dc:date>2020-04-19T17:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/332615#M32243</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63973"&gt;@Elsssss&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can confirm that you should have access to this API in order to extract this data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 07:59:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/332615#M32243</guid>
      <dc:creator>Willson</dc:creator>
      <dc:date>2020-04-20T07:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/332744#M32272</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72929"&gt;@Willson&lt;/a&gt;! And when we are having some questions during the process, can we reach out / hire you then as well for some consulting :)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 14:59:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/332744#M32272</guid>
      <dc:creator>Elsssss</dc:creator>
      <dc:date>2020-04-20T14:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/332746#M32273</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63973"&gt;@Elsssss&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately I am unable to assist in a consulting capacity but can assist with any issues you may run into with HubSpot functionality.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're interested in building out an integration and would require some consulting services, take a look at our &lt;A href="https://www.hubspot.com/services/professional/technical-consulting/projects" target="_self"&gt;Technical Consultant services&lt;/A&gt; where a 4-hour block can be purchased.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will allow you to work&amp;nbsp;&lt;SPAN&gt;with a technical expert who will learn your business needs and systems inside and out to help you streamline processes, remove roadblocks and get the end result you're looking for.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this helps!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 15:09:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/332746#M32273</guid>
      <dc:creator>Willson</dc:creator>
      <dc:date>2020-04-20T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/332747#M32274</link>
      <description>&lt;P&gt;Thansk &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72929"&gt;@Willson&lt;/a&gt;.&amp;nbsp;That definitly makes sense! Thanks a lot.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 15:17:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/332747#M32274</guid>
      <dc:creator>Elsssss</dc:creator>
      <dc:date>2020-04-20T15:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/334167#M32460</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72929"&gt;@Willson&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After contact with the customer we made some small adjustments to the Excel file that I send you (see image that I added). Can you maybe take another look to check if it is still possible to get this data from the Hubspot api, using the starter package?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way that I can send you the excel file in the appendix? I added some comments in the document that are relevant..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Els&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hubspot image api.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/26097i350D8BE04DA0B072/image-size/large?v=v2&amp;amp;px=999" role="button" title="Hubspot image api.png" alt="Hubspot image api.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 12:09:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/334167#M32460</guid>
      <dc:creator>Elsssss</dc:creator>
      <dc:date>2020-04-24T12:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/335492#M32612</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72929"&gt;@Willson&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you maybe have some time to help me out with this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Els&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 18:15:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/335492#M32612</guid>
      <dc:creator>Elsssss</dc:creator>
      <dc:date>2020-04-29T18:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/335684#M32643</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63973"&gt;@Elsssss&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking into the headers there (I assume this is what I am reviewing), can you confirm, are you looking to get this on a contact-by-contact basis or are you looking to get overview stats for an email send?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The reason I ask above is that you're looking for total opens for a marketing email but then also asking for opens/clicks in a separate cell. What is the difference between the two here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As mentioned previously, &lt;A href="https://developers.hubspot.com/docs/methods/email/get_events" target="_self"&gt;for the email events endpoint found here&lt;/A&gt;, the only scope access which is required is access to our Marketing Scope which is provided to a Marketing Starter account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 08:56:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/335684#M32643</guid>
      <dc:creator>Willson</dc:creator>
      <dc:date>2020-04-30T08:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/335711#M32650</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72929"&gt;@Willson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully this is clear: I am looking to get this on a contact basis (on emailaddress), and then we will ask our CRM guy to aggregate the numbers so that we have it on a company level in the CRM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To clearify the number of opens:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Cell E4 =&amp;nbsp; number in cell is 6:&amp;nbsp;Because this company record has 3 contacts, the number opens should be: 3 contacts opened all the email 2x. So the number will be 6.&lt;/LI&gt;&lt;LI&gt;Cell I4 = number in the cell is 350: This is the total number of opens (of the 400 contacts who received the marketing email) on this marketing email.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hopefully this makes sense and you can help me further?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Els&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 11:25:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/335711#M32650</guid>
      <dc:creator>Elsssss</dc:creator>
      <dc:date>2020-04-30T11:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/335754#M32657</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63973"&gt;@Elsssss&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In that case, yes. This endpoint linked previously should still provide the breakdown you're looking for as this can be queried per recipient address or Campaign Id.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;SPAN&gt;&lt;CODE&gt;recipient=X&lt;/CODE&gt; parameter will allow you to query event details associated to a specific send for a Contact whereas the default request using the&amp;nbsp;&lt;CODE&gt;campaignId=X&lt;/CODE&gt; will display all events for an email send.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;An example of the last request would be:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;https://api.hubapi.com/email/public/v1/events?hapikey=demo&amp;amp;campaignId=13054799&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Whereas if we include the recipient example:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;https://api.hubapi.com/email/public/v1/events?hapikey=demo&amp;amp;campaignId=13054799&amp;amp;recipient=maxiak@hubspot.com&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this helps!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 13:45:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/335754#M32657</guid>
      <dc:creator>Willson</dc:creator>
      <dc:date>2020-04-30T13:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: timeline activity for marketing emails</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/336192#M32704</link>
      <description>&lt;P&gt;Thanks again&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/72929"&gt;@Willson&lt;/a&gt;.&amp;nbsp;This definitly will help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 May 2020 17:54:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/timeline-activity-for-marketing-emails/m-p/336192#M32704</guid>
      <dc:creator>Elsssss</dc:creator>
      <dc:date>2020-05-02T17:54:43Z</dc:date>
    </item>
  </channel>
</rss>

