Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Created October 17, 2025 11:04
Show Gist options
  • Select an option

  • Save sitefinitySDK/e7ba9318adf320ae12694462f21b5e11 to your computer and use it in GitHub Desktop.

Select an option

Save sitefinitySDK/e7ba9318adf320ae12694462f21b5e11 to your computer and use it in GitHub Desktop.
```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