top of page
bottom of page
$w.onReady(function () { // Change '#yourPhoneButton' to the actual ID of your phone number link element in Wix $w("#yourPhoneButton").onClick(() => { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'phone_click', 'phone_number': '01253987172' }); }); });
Comentários