How To Setup Your FB(META) Pixel and Conversion API To CC360

Code For Lead Event:

<script>

fbq('track', 'Lead');

</script>

Code For Purchase Event:

<script>

fbq('track', 'Purchase', {

value: 123.45, // Replace 123.45 with the actual purchase value

currency: 'USD' // Replace 'USD' with your currency code

});

</script>