Skip to content

Commit 8293c77

Browse files
Add GTM tracking ID GTM-PP9W77LK
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 72141f5 commit 8293c77

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/GoogleTagManager.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
import { GoogleTagManager } from '@next/third-parties/google';
44

55
export function GTM() {
6-
// Replace with your actual GTM ID
7-
const gtmId = 'GTM-XXXXXX';
6+
const gtmId = 'GTM-PP9W77LK';
87

9-
// Return null in development or when GTM ID is placeholder
10-
if (process.env.NODE_ENV === 'development' || gtmId === 'GTM-XXXXXX') {
8+
// Only disable in development
9+
if (process.env.NODE_ENV === 'development') {
1110
return null;
1211
}
1312

0 commit comments

Comments
 (0)