document.addEventListener('click', function(e) { const a = e.target.closest('a'); if (!a) return; const href = (a.getAttribute('href') || '').toLowerCase(); // track mailto clicks if (href.startsWith('mailto:')) { if (typeof gtag === 'function') { gtag('event', 'email_click', { link_url: a.href, link_text: (a.textContent || '').trim() }); } } // track tel clicks (по желание) if (href.startsWith('tel:')) { if (typeof gtag === 'function') { gtag('event', 'phone_click', { link_url: a.href, link_text: (a.textContent || '').trim() }); } } }, true);
Всички цени в сайта са без ДДС.
КОНТАКТИ: 📞 0878 82 42 11 📞 0898 44 24 88 ✉️ office@designeng.info ✉️ designeng@abv.bg