Home / Archive / Google Ads Tracking Snippet – Testive Tutoring
Duplicate Snippet

Embed Snippet on Your Site

Google Ads Tracking Snippet – Testive Tutoring

Clay Glad
<10
Code Preview
html
<!-- Event snippet for Book Free Tutoring Session conversion page In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. --> <script> function gtag_report_conversion(url) { var callback = function () { if (typeof(url) != 'undefined') { window.location = url; } }; gtag('event', 'conversion', { 'send_to': 'AW-16460685186/18BMCPzz2scZEIK_iKk9', 'value': 1.0, 'currency': 'USD', 'event_callback': callback }); return false; } </script> 

Comments

Add a Comment