fbq('track', 'Purchase', {
content_ids: ['123'], // 'REQUIRED': array of product IDs
value: 1234.99, // REQUIRED, up to 2 decimals optional
currency: 'USD', // REQUIRED
content_type: 'product', // RECOMMENDED: Either product or product_group based on the content_ids or contents being passed.
});
fbq('track', 'AddToCart')
fbq('track', 'AddPaymentInfo');
fbq('track', 'AddToWishlist');
fbq('track', 'CompleteRegistration');
fbq('track', 'Contact');
fbq('track', 'CustomizeProduct');
fbq('track', 'FindLocation');
fbq('track', 'InitiateCheckout');
fbq('track', 'Lead');
fbq('track', 'Purchase', {value: 0.00, currency: 'USD'});
fbq('track', 'ViewContent');
fbq('track', 'ViewContent', {
content_ids: ['123'], // 'REQUIRED': array of product IDs
content_type: 'product', // RECOMMENDED: Either product or product_group based on the content_ids or contents being passed.
});