We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4363097 commit 160dc0bCopy full SHA for 160dc0b
1 file changed
thank-you.html
@@ -86,18 +86,13 @@
86
<link rel="manifest" href="site.webmanifest">
87
88
89
+ <!-- Google tag (gtag.js) event -->
90
<script>
- 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);
+ gtag('event', 'conversion_event_submit_lead_form_1', {
+ // <event_parameters>
+ });
98
</script>
99
100
-
101
</head>
102
103
<body>
0 commit comments