document.addEventListener('click', function(e) { const el = e.target; if (el && el.closest('button')) { fbq('track', 'AddToCart'); } });