All Collections
kvCORE
Best Practices & FAQs
[kvCORE] Google + Facebook Pay Per Click Conversion Tracking (Advanced)
[kvCORE] Google + Facebook Pay Per Click Conversion Tracking (Advanced)
Updated over a week ago

If you'd like to fire "Registration" events at Google & Facebook whenever a lead is created, here are the steps: 

  • Click "Edit Settings" 

  • Then Paste The Following In The "Conversion Code" box

---------------------------------------------

<script>
gtag('event', 'website-registration', {
  'event_category' : 'CompleteRegistration',
  'event_label' : 'idx-site'
});
</script>

<script>
  fbq('track', 'CompleteRegistration', {
    content_name: 'website-registration',
    content_category: 'idx-site',
  });
</script>

----------------------------------------------

If you have any further questions, please reach out to Customer Support via the blue chat bubble to the right or by emailing kvcore@insiderealestate.com!


(Keywords: conversion tracking, pixel, PPC, Google, Facebook)

Did this answer your question?