// // // // Step 2. Subscribe to customer events with analytics.subscribe(), and add tracking analytics.subscribe("event_name", event => { pixel("track", "event_name", event.data); fbq('track', 'Purchase', { content_ids: ['43852496371969'], // 'REQUIRED': array of product IDs value: 89.95, // REQUIRED, up to 2 decimals optional currency: 'AUD', // REQUIRED content_type: 'product', // RECOMMENDED: Either product or product_group based on the content_ids or contents being passed. }); fbq('track', 'AddToCart', { content_ids: ['43852496371969'], // 'REQUIRED': array of product IDs content_type: 'product', // RECOMMENDED: Either product or product_group based on the content_ids or contents being passed. }); fbq('track', 'ViewContent', { content_ids: ['43852496371969'], // 'REQUIRED': array of product IDs content_type: 'product', // RECOMMENDED: Either product or product_group based on the content_ids or contents being passed. }); }); });})(self.webPixelsManager.createShopifyExtend('21201153', 'custom'));