© Access Displays
Registered in England and Wales Registered Office & Showroom: Access Displays Ltd, Unit 38, Whitehill Industrial Estate, Whitehill Lane, Royal Wootton Bassett, Swindon, SN4 7DB
Company no: 02528447 | VAT no: 569 8318 84 | DUNS no: 505857813
// Measure product views / impressions dataLayer.push({ 'event': 'view_item_list', 'ecommerce': { 'items': [ { 'item_name': 'Sample Product 1',       // Product Name- Type: String 'item_id': '123456',                       // Product ID/SKU- Type: String 'price': '35.25',                     // Product price - Type: numeric 'item_brand': 'Your Brand Name',           //Product brand - Type: string 'item_category': 'Category Name',     // Product category Main - Type: string 'item_category_2': 'Category level1', // Product category (Mens, Kids) - Type: string 'item_category_3': 'Category level2', // Product category (Shirts, Shoes) - Type: string 'item_category_4': 'Category level3', // Product category (T-shirt, Sport Shoes) - Type: string 'item_variant': 'Variant',          // Variant of the product like color, size etc - Type: string 'item_list_name': 'Search Results',     // Product List Name - Type: string 'item_list_id': 'SR12',                        // Product List ID - Type: string 'index': 1,                               // Product List Position - Type: Numeric 'quantity': '1'                                     // Product quantity - Type: numeric }] } });