Sunday, November 24, 2024 3:54:43 AM
fbq('track', 'Purchase', {
content_type: 'product',
contents: [
{
'id': '1234',
'quantity': 2,
'item_price': 10.00
},
{
'id': '4642',
'quantity': 1,
'item_price': 5.00
}
],
value: 25.00,
currency: 'USD'
});
fbq('track', 'Purchase', {
content_name: 'Really Fast Running Shoes',
content_category: 'Apparel & Accessories > Shoes',
content_ids: ['1234'],
content_type: 'product',
value: 199.50,
currency: 'USD'
});
content_name: 'Really Fast Running Shoes',
content_category: 'Apparel & Accessories > Shoes',
fbq('track', 'Purchase', {
content_name: 'Custom T-Shirt',
content_category: 'Apparel >> Clothing',
contents: [
{ 'id': '29', 'quantity': 2, 'item_price': 15.00 }
],
content_type: 'product',
value: 30.00,
currency: 'USD'
});
fbq('track', 'Purchase', {
contents: [
{ 'id': '29', 'quantity': 2, 'item_price': 15.00 },
{ 'id': '30', 'quantity': 1, 'item_price': 43.50 },
{ 'id': '25', 'quantity': 1, 'item_price': 27.56 }
],
content_type: 'product',
value: 114.39,
currency: 'USD'
});