This guide explains how to connect Meta's conversion tracking to your career center so you can measure how your Facebook and Instagram ads are performing.
Who this is for: Association admins who run Facebook or Instagram ad campaigns.
Meta conversion tracking uses two pieces of code:
Your career center has dedicated fields for both. You install the Pixel once, then add conversion snippets to whichever events you want to track.
Follow Meta's official guides to create your Pixel and get the base code:
When setting up your events, you'll receive short snippets for each conversion action. They look something like this:
<script>
fbq('track', 'Lead');
</script>
You'll need one snippet per conversion you want to track.