A conversion normally arrives from a network's server, which makes it awkward to test before a real sale exists. This form fires that same server-to-server call by hand, so you can watch the payload land — in webhook.site, in your own endpoint, or in a real AnyTrack custom integration.
Three things worth pointing this at:
Prefilled with this session's real Click ID. This is what ties the conversion back to the ad click — without it there is nothing to match.
Custom event name — Sale, Trial, Signup, whatever you map.
Set 0 and AnyTrack records a Lead. Anything above 0 becomes a
Purchase. That single number decides the event type — no extra config.
Unique per conversion. Send the same one twice and the duplicate is not counted again — which is exactly what you want when a network retries.
Geographic fields improve match rates at Meta and Google. AnyTrack hashes them before sending.
state, city and zipcode work the same way.
—
--CLICK-ID-- field in the markup and reads the value back out once the Tag has
substituted it. Worth knowing: on this page the same input was not substituted while it
sat on its own, and was substituted as soon as it was wrapped in a <form>. If
you are stashing a Click ID in a hidden field, put it inside a form.
click_id and amount — currency, IP, offer and product
IDs, status. Adding parameters is harmless; removing them breaks tracking in ways that cannot be
repaired after the fact.