fbq('track', 'ViewContent');
window.addEventListener('scroll', function() {
var paymentSection = document.querySelector('[id*=ale2p]'); // Match the payment field
if (paymentSection && paymentSection.getBoundingClientRect().top < window.innerHeight) {
fbq('track', 'InitiateCheckout');
}
});