Skip to main content

Client Hints

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.

Tracker DistributionIncluded
sp.js
sp.lite.js

Download

Download from GitHub Releases (Recommended)Github Releases (plugins.umd.zip)
Available on jsDelivrjsDelivr (latest)
Available on unpkgunpkg (latest)

Note: The links to the CDNs above point to the current latest version. You should pin to a specific version when integrating this plugin on your website if you are using a third party CDN in production.

Initialization

window.snowplow('addPlugin', 
"https://cdn.jsdelivr.net/npm/@snowplow/browser-plugin-client-hints@latest/dist/index.umd.min.js",
["snowplowClientHints", "ClientHintsPlugin"]
);

Functions

This plugin does not contain any new functions.

Context

Adding this plugin will automatically capture the following context:

ContextExample
iglu:org.ietf/http_client_hints/jsonschema/1-0-0
Was this page helpful?