Skip to content

Commit 9f4d5bd

Browse files
authored
Merge pull request #4514 from segmentio/bcaudillo-patch-3
Update index.md
2 parents 3c64f17 + b9aacba commit 9f4d5bd

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you're not familiar with the Segment Specs, take a look to understand what th
2222
analytics.identify('userId123');
2323
```
2424

25-
When you call `identify` we call [Heap's identify method](https://heapanalytics.com/docs/custom-api#identify) with the `userId` and `traits` you provide.
25+
When you call `identify`, Segment calls [Heap's identify method](https://developers.heap.io/docs/using-identify){:target="_blank"} with the `userId` and `traits` you provide.
2626

2727
If one of your `traits` is of the date property type, we will convert it into an ISO string.
2828

@@ -34,7 +34,7 @@ If you're not familiar with the Segment Specs, take a look to understand what th
3434
analytics.track('Clicked Button');
3535
```
3636

37-
When you call `track` from `analytics.js`, we call Heap's [track function](https://docs.heapanalytics.com/reference#track) with exactly the same parameters. Calling `track` from one of our mobile SDKs or server-side sources records a [Heap Custom Event](https://docs.heapanalytics.com/reference#track-1) with the same event name and properties.
37+
When you call `track` from `analytics.js`, Segment calls Heap's [track function](https://developers.heap.io/reference/track){:target="_blank"} with the same parameters. Calling `track` from one of Segment's mobile SDKs or server-side sources records a [Heap Custom Event](https://docs.heapanalytics.com/reference#track-1){:target="_blank"} with the same event name and properties.
3838

3939
If one of your `properties` is of the date property type, we will convert it into an ISO string.
4040

0 commit comments

Comments
 (0)