Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consent mode
Browse files Browse the repository at this point in the history
AngeloChecked committed Oct 10, 2024
1 parent 7be05ec commit 4b0afb6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions blog/components/Base.ts
Original file line number Diff line number Diff line change
@@ -91,6 +91,16 @@ function googleTagManagerScript() {
window.dataLayer = window.dataLayer || [];
window.dataLayer.push(["js", new Date()]);
window.dataLayer.push(["config", "G-LE27PDG685"]);
window.dataLayer.push([
"consent",
"default",
{
ad_storage: "denied",
analytics_storage: "denied",
//ad_user_data: "denied",
// ad_personalization: "denied",
},
]);
</script>
`;
}

0 comments on commit 4b0afb6

Please sign in to comment.