Skip to content

Commit 0eb5dcf

Browse files
committed
update
1 parent 3e46e75 commit 0eb5dcf

File tree

1 file changed

+8
-0
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+8
-0
lines changed

src/connections/sources/catalog/libraries/website/javascript/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,14 @@ For example:
559559
analytics.load('writekey', { disableAutoISOConversion: true })
560560
```
561561

562+
#### Client Hints
563+
Some `userAgent` strings are being frozen and will contain less information. If you would like to request more information when it's available, you can pass an array of strings with whichever fields you would like to request to the `highEntropyValuesClientHints` option (the example array contains all possible values).
564+
565+
For example:
566+
567+
```js
568+
analytics.load('writekey', { highEntropyValuesClientHints: ['architecture', 'bitness', 'model', 'platformVersion', 'uaFullVersion', 'fullVersionList', 'wow64'] })
569+
```
562570

563571
## Retries
564572

0 commit comments

Comments
 (0)