Google Ads Conversion Pixels not working
Dear All,
We would like to implement Google Conversion Pixels on our website:
Google Ads, that we prepared here, but it is not working . Could you please help

It should fire, when someone clicks on the Submit button (successfully sent form)
Before implementing Usercentrics it worked, with the rule above, but currently it does not work anymore.
<!-- Event snippet for Surgery Contact Form Submit 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-273165026/ljXNCJnZ3-cBEKKmkGKP',
'event_callback': callback
});
return false;
}
</script>