Ted Baker : Product Pages : Tealium Specification

                  
// Add these data points to the 'utag_data' object on the page
// Each array needs to be equal in length

var utag_data = {
	page_type: "product_detail",	
	product_prices: ["369.00"], // price of product on page )
	product_names: ["10-NAVY"],	// name of product on page
	product_categories: ["Jackets & Coats"], // categor(ies) of product on page
	product_codes: ["120860-10-NAVY"], // code of product on page
	product_colours : ["NAVY"], // colour of product on page 	
	products_in_category : "100", // how many products are there in this category? 	
};

// note: you'll notice that most of these values are already available in the utag_data object, this is just to add them again in this naming convention for consistency (the original implementation was a little off)