Skip to content

Commit 5f18a4d

Browse files
authored
Copy updates
UAs don't need to be enabled manually because Hotjar does it automatically. Also removing the date as suggested.
1 parent f249a54 commit 5f18a4d

File tree

1 file changed

+3
-3
lines changed
  • src/connections/destinations/catalog/hotjar

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Knowing who your users are and what they're doing unlocks more advanced filterin
2626

2727
## Identify
2828

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.
3030

3131
Identify calls that do not have a User ID value will not be sent to Hotjar.
3232

3333
### Nested values or lists
3434

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:
3636

3737
```js
3838
"traits": {
@@ -57,7 +57,7 @@ The Hotjar destination automatically ingests any user actions tracked over your
5757
5858
### Event properties
5959
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:
6161
6262
```js
6363
analytics.track("Experiment Viewed", {

0 commit comments

Comments
 (0)