Created
October 17, 2025 11:04
-
-
Save sitefinitySDK/e7ba9318adf320ae12694462f21b5e11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```tsx | |
| import { GoogleTagManager } from '@next/third-parties/google' | |
| export default function Page() { | |
| <!--- replace "GTM-XYZ" with your GTM container ID--> | |
| return <GoogleTagManager gtmId="GTM-XYZ" /> | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment