Sign in

Add To Cart

The code

addtocart.html
html
<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>