npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@fingerprint/gtm-adapter

v2.0.0-test.1

Published

Fingerprint JS agent adapter for Google Tag Manager

Downloads

51

Readme

Fingerprint Google Tag Manager template

This repository contains a Google Tag Manager template you can use to add Fingerprint to your website.

For step-by-step instructions on using this integration, see the full Google Tag Manager guide in the Fingerprint documentation.

Usage

  1. Sign up for a Fingerprint account if you haven't already.
  2. Import this template.tpl from latest release into your Google Tag Manager workspace.
  3. Add a Fingerprint tag to your website. You will need your public API key and workspace region.
  4. Use the FingerprintResult or your own Custom result name to access the Fingerprint result in GTM's dataLayer.
  5. Use the Fingerprint.started and Fingerprint.identified event names to create custom events and trigger actions after the JS agent is loaded or the visitor is identified.

Template Fields

For more information and the full API reference, see Fingerprint JS Agent in our documentation.

Tag type – The way you want to use the tag. There are 3 options:

  • Start and identify – the default behavior. Start the JS agent and identify the browser immediately. If you want to start the JS agent first and identify the browser later based on some event, use two separate Start and Identify Fingerprint tags.
  • Start – only load the JS Agent.
  • Identify – identify the browser. The JS Agent must be started before. You can collect additional metadata data first and then trigger this tag with the metadata inside linkedId or tag.

Public API key - Your public API key that authenticates the agent with the Fingerprint API.

Region - The region of your subscription.

endpoints - This parameter should only be used with the custom subdomain or proxy integrations. Specify the API endpoint URL for those integrations in this field.

tag - a customer-provided value or an object that will be saved together with the identification event and will be returned back to you in a webhook message or when you search for the visit in the server API.

linkedId - is a way of linking current identification event with a custom identifier. This will allow you to filter visit information when using the Server API

Result custom name - you can specify the result field name in dataLayer.

Limitations

Some advanced JavaScript agent properties (storageKeyPrefix and cache) are not currently supported. If you require to use these features in the GTM, please contact support.

Ad-blocking browser extensions such as AdBlock, uBlock Origin, etc., can block all scripts served by Google Tag Manager, including Fingerprint. If this is a problem for your use case, see Google Tag Manager documentation for Server-side tagging and Custom domain configuration.

Support and Feedback

To report problems, ask questions, or provide feedback, please use Issues. If you need private support, you can email us at [email protected].

License

This project is licensed under the Apache 2.0 license.