This guide explains how to connect LinkedIn's conversion tracking to your career center so you can measure how your ads are performing.
Who this is for: Association admins who run LinkedIn ad campaigns.
LinkedIn conversion tracking uses two pieces of code:
Your career center has dedicated fields for both. You install the Insight Tag once, then add conversion snippets to whichever events you want to track.
Follow LinkedIn's official guides to install the Insight Tag and create a conversion rule:
When creating your conversion rule, select Event-specific as the tracking method. LinkedIn will give you a short event snippet — copy it. It will look something like this:
<script>
window.lintrk('track', { conversion_id: 1234567 });
</script>
You'll need one snippet per conversion you want to track.