I have several products in the shop and on a subpage it is possible to
compare the products.Like e.g.My question: What does the DataLayer have
to look like in order to realize this?Would such a DataLayer be
possible?digitalData.ProductComparison = {ComparisonInfo: {ProductName1:
"xxx",ProductName2: "xxx",ProductName3: "xxx",ProductName4:
"xxx",ComparisonDisplayAll:"5-4.5-5.5",ComparisonBrandAll:"brand1_brand2_brand3",ComparisonPriceAll:"price1_price2_price3",}}Thx.