Sign in

View Content

The code

viewcontent.html
html
<!--
  Marketing Toolkit — Meta Pixel — ViewContent Event
  Version: v1.3.0
  Last updated: 2026-07-10
  https://github.com/whboggs/marketing-toolkit
-->
<script>
fbq('track', 'ViewContent', {
  content_name: '{{DLV - item_name}}',
  content_category: '{{DLV - item_category}}',
  content_ids: ['{{DLV - item_id}}'],
  content_type: 'product',
  value: {{DLV - value}},
  currency: '{{DLV - currency}}'
});
</script>