You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2021. It is now read-only.
This event gives you a Javascript method window.fbPixelAddPaymentInfoSendEvent() when the user starts to add their payment info.
If you're using jQuery it'd look something like this:
$('#paymentFirstName').on('click tap touch', function() {
window.fbPixelAddPaymentInfoSendEvent();
});
Keep in mind that the pixel debugger will pick up on the purchase pixel code being on the checkout page and you'll see a "failed" indicator. It should turn green once you call this Javascript Method.