This guide explains how to connect Google Ads conversion tracking to your career center so you can measure how your ads are performing.
Who this is for: Association admins who run Google Ads campaigns.
Google Ads conversion tracking uses two pieces of code:
Your career center has dedicated fields for both. You install the global site tag once, then add conversion snippets to whichever events you want to track.
Follow Google's official guide to create a conversion action and get your tracking code:
Google will provide two code snippets: the global site tag for the Header and an event snippet for each conversion action. The event snippet looks something like this:
<script>
gtag('event', 'conversion', {'send_to': 'AW-CONVERSION_ID/CONVERSION_LABEL'});
</script>
You'll need one event snippet per conversion action you want to track.