Ted Baker : Category 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: "category",
	page_number : "1" // may not be applicable as site appears to show all results on one page
	product_prices: ["369.00","100.00"], // price(s) of product(s) on page
	product_names: ["10-NAVY","12-BLUE"],	// name(s) of product(s) on page
	product_categories: ["Jackets & Coats","Jackets & Coats"], // categor(ies) of product(s) on page
	product_codes: ["120860-10-NAVY", "123213-12-BLUE"], // code(s) of product(s) on page
	product_colours : ["NAVY","BLUE"], // colour(s) of product(s) on page 
	product_positions : ["1","2"] // position(s) on page of product(s)
	products_in_category : "100", // how many products are there in this category? 	
};