<?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 Integrating Segment and HubSpot without email in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Integrating-Segment-and-HubSpot-without-email/m-p/227459#M6355</link>
    <description>&lt;P&gt;I am in the process of integrating HubSpot and Segment. A number of my events do not contain email within the identifier, it's user id, which is the best practice from Segment.&lt;/P&gt;
&lt;P&gt;My question is without adding email to the event, are there ways to make this integration to work?&lt;/P&gt;</description>
    <pubDate>Thu, 01 Nov 2018 02:56:18 GMT</pubDate>
    <dc:creator>loganrivenes</dc:creator>
    <dc:date>2018-11-01T02:56:18Z</dc:date>
    <item>
      <title>Integrating Segment and HubSpot without email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Integrating-Segment-and-HubSpot-without-email/m-p/227459#M6355</link>
      <description>&lt;P&gt;I am in the process of integrating HubSpot and Segment. A number of my events do not contain email within the identifier, it's user id, which is the best practice from Segment.&lt;/P&gt;
&lt;P&gt;My question is without adding email to the event, are there ways to make this integration to work?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 02:56:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Integrating-Segment-and-HubSpot-without-email/m-p/227459#M6355</guid>
      <dc:creator>loganrivenes</dc:creator>
      <dc:date>2018-11-01T02:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating Segment and HubSpot without email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Integrating-Segment-and-HubSpot-without-email/m-p/227460#M6356</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/logan_rivenes"&gt;@Logan_Rivenes&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Are you using &lt;A href="https://developers.hubspot.com/docs/methods/enterprise_events/http_api"&gt;this Events HTTP API endpoint&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;If so, could you clarify the intent of the events lacking &lt;CODE&gt;email&lt;/CODE&gt;?&lt;/P&gt;
&lt;P&gt;Per the documentation, the &lt;CODE&gt;email&lt;/CODE&gt; parameter is not required. Instead, you can use an external &lt;CODE&gt;id&lt;/CODE&gt; parameter to:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;[Tie] the event to a record based on your external id. Unlike email, including this id will not automatically create a contact record, so you would need to have some event associating the id with an email (either a previous HTTP Event call with both the id and email, or by using the id with the &lt;A href="https://developers.hubspot.com/docs/methods/tracking_code_api/identify_visitor"&gt;JavaScript API&lt;/A&gt; for a visitor that was associated with an email address) to have the event update a specific contact if you're only including the id parameter. Also note that this id is treated as a completely external id, so there will not be a way to look up a contact record using this id.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 01 Nov 2018 15:15:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Integrating-Segment-and-HubSpot-without-email/m-p/227460#M6356</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2018-11-01T15:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating Segment and HubSpot without email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Integrating-Segment-and-HubSpot-without-email/m-p/227461#M6357</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/isaac_takushi"&gt;@Isaac_Takushi&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for the reply. I am not sure if Segment uses the HTTP API Endpoint. I think they are updating based on analytics.js events.&lt;/P&gt;
&lt;P&gt;The events we are looking to Push are our Backend events, which is why we use ID rather than an email.&lt;/P&gt;
&lt;P&gt;Here is Segement's documentation, which possibly you can see if there is more specific information about what endpoint they are using.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://segment.com/docs/destinations/hubspot/" class="onebox" target="_blank" rel="nofollow noopener"&gt;https://segment.com/docs/destinations/hubspot/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Any help is great.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:00:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Integrating-Segment-and-HubSpot-without-email/m-p/227461#M6357</guid>
      <dc:creator>loganrivenes</dc:creator>
      <dc:date>2018-11-01T16:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating Segment and HubSpot without email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Integrating-Segment-and-HubSpot-without-email/m-p/227462#M6358</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/logan_rivenes"&gt;@Logan_Rivenes&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for the clarification. Segment's documentation reveals that they are using a few different endpoints:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://developers.hubspot.com/docs/methods/tracking_code_api/identify_visitor"&gt;Identify a visitor&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developers.hubspot.com/docs/methods/tracking_code_api/track_page_view"&gt;Track page view&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developers.hubspot.com/docs/methods/tracking_code_api/javascript_events_api"&gt;Events JavaScript API&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developers.hubspot.com/docs/methods/enterprise_events/http_api"&gt;Events HTTP API&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Email is required in certain circumstances (namely creating a new contact record) and not for others. Which of Segment's methods are you planning to use?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Identify&lt;/LI&gt;
&lt;LI&gt;Track (client-side)&lt;/LI&gt;
&lt;LI&gt;Track (server-side)&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 02 Nov 2018 20:50:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Integrating-Segment-and-HubSpot-without-email/m-p/227462#M6358</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2018-11-02T20:50:42Z</dc:date>
    </item>
  </channel>
</rss>

