Tracking Google Ads
Mise en place d'un tracking Google Ads sur les boutons de réservation
gtag('config', 'CHANGE_THIS_FIELD');<script>
function gtag_report_conversion(url) {
var callback = function () {
if (typeof(url) != 'undefined') {
window.location = url;
}
};
gtag('event', 'conversion', {
'send_to': 'CHANGE_THIS_FIELD',
'transaction_id': '',
'event_callback': callback
});
return false;
}
</script>Documentation
Mis à jour