diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-16 11:07:24 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-16 11:07:24 +0700 |
| commit | d47c3be772016dfcc2906ff024d53e9a2b27876e (patch) | |
| tree | 6f411ae4d4947f4976747bcd1cf005b0aeb2954f /src | |
| parent | 607ddd5050b5ee900606984b60e74d094fbe89f9 (diff) | |
<iman> add tag google
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/_document.jsx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/pages/_document.jsx b/src/pages/_document.jsx index 6af6294f..4b67c3f9 100644 --- a/src/pages/_document.jsx +++ b/src/pages/_document.jsx @@ -115,6 +115,19 @@ export default function MyDocument() { }} /> + <Script + async + id='gtag-config' + strategy='afterInteractive' + dangerouslySetInnerHTML={{ + __html: ` + gtag('config', 'AW-954540379/fCU8CI3Y8OoZENvClMcD', { + 'phone_conversion_number': '(021) 29338828' + }); + `, + }} + /> + {/* <Script id='tawk-script-tag' strategy='afterInteractive' |
