How To Setup Your FB(META) Pixel and Conversion API To CC360
<script>
fbq('track', 'Lead');
</script>
<script>
fbq('track', 'Purchase', {
value: 123.45, // Replace 123.45 with the actual purchase value
currency: 'USD' // Replace 'USD' with your currency code
});
</script>