From 0c1083863ea92a7cee8b1e990848e2cbf39e43b0 Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Wed, 27 Nov 2024 14:46:40 +0000 Subject: [PATCH 1/2] chore: workspace terminology update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3e2d3f..425740f 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ This repository contains a Google Tag Manager template you can use to add [Fingerprint Pro](https://fingerprint.com/) to your website. -For step-by-step instructions on using this integration, see the full [Google Tag Manager guide](https://dev.fingerprint.com/docs/fingerprintjs-pro-google-tag-manager) in the Fingeprint Pro documentation. +For step-by-step instructions on using this integration, see the full [Google Tag Manager guide](https://dev.fingerprint.com/docs/fingerprintjs-pro-google-tag-manager) in the Fingerprint documentation. ## Usage 1. [Sign up](https://dashboard.fingerprint.com/signup) for a Fingerprint Pro account if you haven't already. 2. Import this `template.tpl` from [latest release](https://github.com/fingerprintjs/fingerprintjs-pro-gtm/releases) into your Google Tag Manager workspace. -3. Add a Fingerprint Pro tag to your website. You will need your public API key and application region. +3. Add a Fingerprint Pro tag to your website. You will need your public API key and workspace region. 4. Use the `FingerprintJSProResult` or your own *Custom result name* to access the Fingerprint Pro result in GTM's `dataLayer`. 5. Use `FingerprintJSPro.loaded` and `FingerprintJSPro.identified` to create custom events and trigger actions after the JS agent is loaded or the visitor is identified. @@ -59,7 +59,7 @@ Ad-blocking browser extensions such as AdBlock, uBlock Origin, etc., can block a ## Support and Feedback -To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprintjs-pro-gtm/issues). +To report problems, ask questions, or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprintjs-pro-gtm/issues). If you need private support, you can email us at [oss-support@fingerprint.com](mailto:oss-support@fingerprint.com). ## License From f75c4a143d96e18edfd1331b4d7d9b3e447a5f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20=C5=BBydek?= Date: Thu, 5 Dec 2024 11:06:32 +0100 Subject: [PATCH 2/2] chore: trigger ci