Skip to content

Commit aada5d8

Browse files
committed
1 parent b5ee7a8 commit aada5d8

File tree

1 file changed

+2
-2
lines changed
  • src/connections/destinations/catalog/hubspot

1 file changed

+2
-2
lines changed

src/connections/destinations/catalog/hubspot/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ analytics.track(
9999
In this case, your HubSpot `eventId` is 'Bought Item'. If you want to use an existing `eventId`, you can use it instead of the event value (for example, `Bought Item`). If you don't want to match an existing `eventId`, you can use any event label and HubSpot will auto-create the event for you.
100100

101101

102-
### Setting Contact Properties on Track
102+
#### Setting Contact Properties on Track
103103

104-
Although we recommend you send `traits` using [Identify](/docs/connections/spec/identify/), you can also set HubSpot properties on a track call, as allowed by their [events API](http://developers.hubspot.com/docs/methods/enterprise_events/http_api){:target="_blank"}. You might want to use this method if you're running out of API calls on the Identify requests.
104+
Segment recommends that you send `traits` with an [Identify](/docs/connections/spec/identify/) call. You can also set HubSpot properties on a track call sent from any server-side source, as allowed by their [events API](http://developers.hubspot.com/docs/methods/enterprise_events/http_api){:target="_blank"}. You might want to use this method if you're running out of API calls on the Identify requests.
105105

106106
Include HubSpot contact properties into the `context.traits` object:
107107

0 commit comments

Comments
 (0)