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: 'Alpecin-Fenix Sweatpants 2022', // insert a product name |
| 6 | + | item_name: 'Mesquida Mora - Sincronia Negre 2019', // insert a product name |
| 7 | - | item_id: 'CIT30283', // insert an actual product ID |
| 7 | + | item_id: '7967292883170', // insert an actual product ID |
| 8 | - | price: '49.90', // insert an actual product price. Number or a string. Don't include currency code |
| 8 | + | price: '38.80', // insert an actual product price. |
| 9 | - | item_brand: 'FDMKR', |
| 9 | + | item_brand: 'Whoowine', |
| 10 | - | item_category: 'Team Alpecin - Fenix', // category of a product |
| 10 | + | item_category: 'Wijnfles', // overkoepelende wijncategorie |
| 11 | - | item_category2: 'Sweatpants', // subcategory of a product (type of clothing) |
| 11 | + | item_category2: 'Rood', // wijnsoort |
| 12 | - | item_variant: 'L', // variant of a product, if there are no variants, exclude this key from the dataLayer.push |
| 12 | + | item_category3: 'Spanje', // wijnland |
| 13 | quantity: '1' // always '1' | |
| 14 | }] | |
| 15 | } | |
| 16 | }); |