Skip to content

Commit

Permalink
Remove google signal (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrittanyIRL committed May 24, 2023
1 parent 7084c49 commit f6c9b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/google-tag-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export const initGoogleTagManager = () => {
if (typeof document === "undefined") {
return {};
} else {
return TagManager.initialize({ gtmId: "GTM-MD32945" });
return TagManager.initialize({ gtmId: "GTM-MD32945", allow_google_signals: false });
}
};

1 comment on commit f6c9b74

@vercel
Copy link

@vercel vercel bot commented on f6c9b74 May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.