Brindamos servicios de pintura comercial, residencial e industrial en Los Ángeles y el condado de Orange
bottom of page
First, copy the tag below and paste it between the head tags (), before the AMP JS library.
Then, copy the tag below and paste it between the body tags () of all of your AMP pages
function track(e) {
if (e) {
if (e.nodeName === 'A') {
if (e.href.startsWith('tel:') || e.href.startsWith('https://api.whatsapp.com/send?phone=')) {
window.wixDevelopersAnalytics.triggerEvent('Lead', {value: e.href, label: e.href});
} else if (e.href.startsWith('https://apps.wix.com/place-invites')) {
window.wixDevelopersAnalytics.triggerEvent('CustomEvent', {event: 'Download', eventCategory: 'Engagement', eventAction: e.href, eventLabel: e.href});
}
} else {
track(e.parentElement);
}
}
}