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/hotjar/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,13 @@ Knowing who your users are and what they're doing unlocks more advanced filterin
26
26
27
27
## Identify
28
28
29
-
The Hotjar destination will automatically ingest a User ID and any values sent over your Identify spec as [traits](/docs/connections/spec/identify/#traits), as long as session capture and user attributes are both enabled in Hotjar.
29
+
The Hotjar destination will automatically ingest a User ID and any values sent over your Identify spec as [traits](/docs/connections/spec/identify/#traits), as long as session capture is enabled in Hotjar.
30
30
31
31
Identify calls that do not have a User ID value will not be sent to Hotjar.
32
32
33
33
### Nested values or lists
34
34
35
-
As of July 2022, the Hotjar Identify API does not yet support ingesting values passed as nested objects or lists over your identify Spec:
35
+
Currently, the Hotjar Identify API **does not** support ingesting values passed as nested objects or lists over your identify Spec:
36
36
37
37
```js
38
38
"traits": {
@@ -57,7 +57,7 @@ The Hotjar destination automatically ingests any user actions tracked over your
57
57
58
58
### Event properties
59
59
60
-
As of July 2022, the Hotjar Events API does not yet support ingesting event properties:
60
+
Currently, the Hotjar Events API **does not** support ingesting event properties:
0 commit comments