I have a category page with the product pages (CategoryListing)And I
also have a DataLayer on the side: digitalData.product = [ {productInfo:
{productID: "10001",manufacturer: "Samsung",productName:
"Smartphone12"}, category: { productType: "xx", primaryCategory: "xx"}},
{productInfo: {productID: "10002", manufacturer: "Apple", productName:
"SmartphoneXY"}, category: {productType: "xx", primaryCategory: "xx"}},
{productInfo: {productID: "10003",manufacturer: "Nokia",productName:
"SmartphoneXYX"}...