If you'd like to fire registration events at Google & Facebook whenever a lead is created, here are the steps:
Go to 'Website Management'
Click 'Edit Settings'
Paste the following code in the Conversion Code' field
---------------------------------------------
<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>
----------------------------------------------
Have more questions? Please reach out to Customer Support via the blue chat bubble to the right or by emailing support@insiderealestate.com!