]> _ Git - spinepro.git/commitdiff
wait #7694 master
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Aug 2025 11:06:59 +0000 (13:06 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Aug 2025 11:06:59 +0000 (13:06 +0200)
wp-content/themes/CCV/index.php

index 377b7d93942515b50666bb5014f6a160805dacd4..ea4c4f82e66904172aff6ba556e83369ffa39161 100644 (file)
         }
     });
 </script>
+
+<!-- Event snippet for Phone calls click conversion page -->
+<script>
+    document.addEventListener( "click",function (e) {
+            if (e.target.closest('[href*="tel:"]')) {
+                gtag("event", "conversion", {
+                    send_to: "AW-16884537754/27YRCJ6RloYbEJqzlvM-",
+                })
+            }
+        },
+        true,
+    )
+</script>
 </body>
 </html>