dataLayer.push({
ecommerce: null
});
window.dataLayer.push({
'event': "view_item",
'ecommerce': {
'value': "249,99",
'currency': productDetailModel.productCurrency,
'items': [{
'item_name': "Bad Bear Unısex Yeşil Şapka Bad Cap",
'item_id': item_id,
'price': "249,99",
'item_category': item_category,
'item_category2': item_category2,
'item_category3': item_category3,
'item_category4': item_category4,
'item_category5': item_category5,
'item_variant': '',
'quantity': 1,
'brand': productDetailModel.brandName,
'id': item_id,
'google_business_vertical': "retail",
}]
}
});