What LinkedIn Conversions API does
LinkedIn's Conversions API sends conversion events (form submissions, sign-ups, purchases) from your server directly to LinkedIn Campaign Manager, the same events your LinkedIn Insight Tag tracks from the browser. It is LinkedIn's version of the same server-side conversion pattern now standard across Meta, TikTok, and Google.
It carries particular weight for B2B advertisers on LinkedIn specifically because of two things measured directly in this practice's own keyword research: LinkedIn CPCs run exceptionally high relative to volume ($47-110+ per click on core conversions-api terms), and B2B sales cycles routinely extend well past the web session where a browser pixel could ever observe the outcome.
How delivery works
A server-side call to LinkedIn's Conversions API endpoint, carrying the conversion event, matched customer data (hashed email is the primary match key), and a conversion ID shared with the corresponding Insight Tag event where one fired.
Offline Conversions API - the B2B-specific mechanism
Separate from the standard Conversions API, LinkedIn's offline conversions capability lets you upload a conversion that happened outside any web session entirely - a closed-won deal, a qualified opportunity, a demo that converted to a contract weeks later. This requires capturing the LinkedIn click ID at the original ad click or form fill, storing it against the CRM record, and uploading the eventual outcome back to LinkedIn. For B2B, this is frequently the more valuable half of the implementation, because it is the only way LinkedIn's bidding algorithm ever sees actual revenue outcome instead of a form-fill proxy.
Dedupe with the Insight Tag
Send both the browser-side Insight Tag event and the server-side Conversions API event with a shared identifier for the same real-world action, so LinkedIn counts one conversion and uses whichever signal actually arrived - the same dedupe discipline as every other platform in this practice.
Consent handling
Gate both the standard Conversions API event and the offline conversion upload on recorded consent state - offline conversions in particular should not carry PII forward for a visitor who did not consent to tracking at the time of the original interaction.
How to verify it worked
- In Campaign Manager, open the conversion action and check its source breakdown - a server-side (API) source should appear alongside or instead of Insight Tag, depending on your setup
- Confirm match rate on the API-sourced conversions - a low rate usually traces to a missing or improperly hashed email field
- For offline conversions, confirm the upload batch shows accepted rows with no rejected matches, and spot-check that a known closed deal appears against the correct original campaign
- Fire a test conversion and confirm dedupe against a simultaneous Insight Tag event where applicable