Sign in

Add To Cart

The code

addtocart.html
html
<!--
  Marketing Toolkit — Meta Pixel — AddToCart Event
  Version: v1.5.0
  Last updated: 2026-07-10
  https://github.com/whboggs/marketing-toolkit
-->
<script>
fbq('track', 'AddToCart', {
  value: {{DLV - value}},
  currency: '{{DLV - currency}}',
  content_name: '{{DLV - item_name}}',
  content_category: '{{DLV - item_category}}',
  content_ids: ['{{DLV - item_id}}'],
  content_type: 'product',
  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>