Custom Script
Using Custom Script
// Some code
fbq('track', 'Purchase', {
value: {{purchase_amount}},
currency: {{purchase_currency}},
content_ids: {{product_ids}},
content_type: 'product'
});

Last updated
// Some code
fbq('track', 'Purchase', {
value: {{purchase_amount}},
currency: {{purchase_currency}},
content_ids: {{product_ids}},
content_type: 'product'
});

Last updated