EEC 商品リスト2

// Product impressions are sent by pushing an impressions object
// containing one or more impressionFieldObjects.
dataLayer.push({
‘ecommerce’: {
‘impressions’: [
{
‘name’: ‘Triblend Android T-Shirt’, // Name or ID is required.
‘id’: ‘12345’,
‘brand’: ‘Google’,
‘category’: ‘Apparel/cat2/cat3’,
‘list’: ‘Search Results10’,
‘position’: 1
},
{
‘name’: ‘Donut Friday Scented T-Shirt’,
‘id’: ‘67890’,
‘brand’: ‘Google’,
‘category’: ‘Apparel/cat2/cat3/cat4/cat5’,
‘list’: ‘Search Results10’,
‘position’: 2
},
{
‘name’: ‘Donut Friday Scented T-Shirt3’,
‘id’: ‘678903’,
‘brand’: ‘Google’,
‘category’: ‘Apparel/cat2/cat3/cat4’,
‘list’: ‘Search Results10’,
‘position’: ‘pos3’
}, {
‘name’: ‘Donut Friday Scented T-Shirt’,
‘id’: ‘67890’,
‘brand’: ‘Google’,
‘category’: ‘Apparel/cat2/cat3/cat4/cat5’,
‘list’: ‘Search Results20’,
‘position’: 5
}
]
}
});

正しい商品詳細へ

省略:詳細へ

間違い商品詳細へ