Sign in

Purchase

The code

purchase.html
html
<!--
  Marketing Toolkit — Meta Pixel — Purchase Event
  Version: v1.5.0
  Last updated: 2026-07-10
  https://github.com/whboggs/marketing-toolkit
-->
<script>
fbq('track', 'Purchase', {
  value: {{DLV - value}},
  currency: '{{DLV - currency}}',
  traffic_source: '{{cJS - Traffic Source}}', // Finds Last Touch traffic source
  content_name: '{{Page Path}}', // Finds page path
  ad_placement: '{{cJS - Ad Placement}}' // Finds ad placement
});
</script>