From 41283b2f60e197e29bf7cadae21212b24aba8ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20Anthon=20Wellsj=C3=B6?= Date: Thu, 20 Feb 2025 09:12:19 +0100 Subject: [PATCH] chore: remove gtm and gtag mentions --- docs/analytics.md | 18 ------------------ docs/loadScript.md | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/docs/analytics.md b/docs/analytics.md index de4ed74..5819448 100644 --- a/docs/analytics.md +++ b/docs/analytics.md @@ -1,23 +1,5 @@ # Analytics -## loadGTag - -Example: - -```ts -await loadGTag('UA-634xxxx-xx') -// gtag is loaded now -``` - -## loadGTM - -Example: - -```ts -await loadGTM('GTM-WJ6xxx') -// GTM is loaded now -``` - ## loadHotjar Example: diff --git a/docs/loadScript.md b/docs/loadScript.md index 335426f..afa7325 100644 --- a/docs/loadScript.md +++ b/docs/loadScript.md @@ -1,7 +1,7 @@ # loadScript, loadCSS ```typescript -await loadScript('https://gtm.com/script.js') +await loadScript('https://abc.com/script.js') // know that your script is loaded by now ```