Skip to content

Commit 160dc0b

Browse files
author
ghost
committed
reverted
1 parent 4363097 commit 160dc0b

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

thank-you.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,13 @@
8686
<link rel="manifest" href="site.webmanifest">
8787

8888

89+
<!-- Google tag (gtag.js) event -->
8990
<script>
90-
console.log('mousaCookieConsent:', window.mousaCookieConsent);
91-
console.log('consent value:', window.mousaCookieConsent && window.mousaCookieConsent.get ? window.mousaCookieConsent.get() : null);
92-
try {
93-
console.log('raw localStorage:', localStorage.getItem('mousaConsentV1'));
94-
} catch (e) {
95-
console.log('localStorage unavailable:', e);
96-
}
97-
console.log('gtag type:', typeof window.gtag);
91+
gtag('event', 'conversion_event_submit_lead_form_1', {
92+
// <event_parameters>
93+
});
9894
</script>
9995

100-
10196
</head>
10297

10398
<body>

0 commit comments

Comments
 (0)