We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4e9b9 commit 1020d1cCopy full SHA for 1020d1c
src/features/common/components/shell/gtm/safe-gtm.component.tsx
@@ -3,7 +3,7 @@
3
import { GoogleTagManager } from "@next/third-parties/google"
4
import { useEffect, useState } from "react";
5
6
-const MAX_URL_LENGTH = 6000;
+const MAX_URL_LENGTH = 4000;
7
8
export function SafeGTM({ gtmId}: { gtmId: string}) {
9
const [canLoad, setCanLoad] = useState(false)
0 commit comments