← Back to Developers

JS Tracker API Reference

Pass ignore_conversion: true in the properties of a form_submit or booking_scheduled event to stop SourceTrack from auto-promoting it into a conversion — use this on forms that aren't your real conversion (e.g. a newsletter signup or contact-us form) when you're already sending the actual conversion yourself.

window.sourcetrack('track', 'form_submit', { ignore_conversion: true });