Client Hints
caution
You are reading documentation for an outdated version. Hereβs the latest one!
Client Hints are being rolled out across a number of browsers and are an alternative the tracking the User Agent, which is particularly useful in those browsers which are freezing the User Agent string.
Installationβ
npm install @snowplow/browser-plugin-client-hints
yarn add @snowplow/browser-plugin-client-hints
pnpm add @snowplow/browser-plugin-client-hints
Initializationβ
import { newTracker, trackPageView } from '@snowplow/browser-tracker';
import { ClientHintsPlugin } from '@snowplow/browser-plugin-client-hints';
newTracker('sp1', '{{collector_url}}', {
appId: 'my-app-id',
plugins: [ ClientHintsPlugin() ],
// Use ClientHintsPlugin(true) to capture high entropy values
});
Functionsβ
This plugin does not contain any new functions.
Contextβ
Adding this plugin will automatically capture the following context:
Context | Example |
---|---|
iglu:org.ietf/http_client_hints/jsonschema/1-0-0 |