Every conversion delivered, and proof that it was
Convultra speaks to each ad platform's conversion API directly, server to server. Every event gets a destination, a status and the platform's own response, so a broken connection is visible the same day rather than at month end.
From your server to theirs
event purchase · ORD-12345 · $149.00
platform Google Ads
status delivered
attempt 1 of 3 · 2026-09-14 09:14:22 UTC
response accepted, enhanced conversion matched POST https://tracking.convultra.com/v1/track
event purchase
value 149.00 USD
order id ORD-12345
email alex@example.com · hashed before it reaches a platform What you see once it is running
Questions the delivery log answers
For whoever asks the technical questions
Before you install
Is this the same as Meta CAPI or Google's conversion upload?
It uses those APIs. Convultra is the product on top: it stores the click ID, hashes the customer data, attaches a shared event ID, sends the event, and logs the response. You connect an account instead of building the integration.
What happens when a delivery fails?
It is retried automatically. If it still fails, the log shows the reason in plain English and you can retry it manually while the platform's window is open. The revenue at risk is totaled so you can see what a broken connection costs.
Will my conversions be counted twice?
No. Convultra attaches a shared event ID to the server event, and the same ID travels with your existing pixel event, so the platform collapses the pair.
Can I read the log programmatically?
Yes. The REST API and the MCP server (both in beta) expose the delivery log, a delivery summary and a retry operation.