You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/heap/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ If you're not familiar with the Segment Specs, take a look to understand what th
22
22
analytics.identify('userId123');
23
23
```
24
24
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` we call [Heap's identify method](https://developers.heap.io/docs/using-identify) with the `userId` and `traits` you provide.
26
26
27
27
If one of your `traits` is of the date property type, we will convert it into an ISO string.
28
28
@@ -34,7 +34,7 @@ If you're not familiar with the Segment Specs, take a look to understand what th
34
34
analytics.track('Clicked Button');
35
35
```
36
36
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`, we call Heap's [track function](https://developers.heap.io/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.
38
38
39
39
If one of your `properties` is of the date property type, we will convert it into an ISO string.
0 commit comments