SHOW:
|
|
- or go back to the newest paste.
| 1 | window.dataLayer = window.dataLayer || []; | |
| 2 | window.dataLayer.push({
| |
| 3 | event: 'view_item', // name of the event. In this case, it always must be view_item | |
| 4 | ecommerce: {
| |
| 5 | items: [{
| |
| 6 | - | item_name: 'Mesquida Mora - Sincronia Negre 2019', // insert a product name |
| 6 | + | item_name: 'Pairi Daiza', // insert a product name |
| 7 | item_id: '7967292883170', // insert an actual product ID | |
| 8 | - | price: '38.80', // insert an actual product price. |
| 8 | + | price: '25.00', // insert an actual product price. |
| 9 | - | item_brand: 'Whoowine', |
| 9 | + | item_brand: 'Cera', |
| 10 | - | item_category: 'Wijnfles', // overkoepelende wijncategorie |
| 10 | + | item_category: 'Reizen en uitstappen', |
| 11 | - | item_category2: 'Rood', // wijnsoort |
| 11 | + | item_category2: 'On-site', // can you order on-site or off-site |
| 12 | - | item_category3: 'Spanje', // wijnland |
| 12 | + | |
| 13 | }] | |
| 14 | } | |
| 15 | }); |