stat.hbs
1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{{# statGoodsInfo}}
<script type="text/javascript">
var _mvq = _mvq || [];
_mvq.push(['$setAccount', 'm-23428-1']);
_mvq.push(['$setGeneral', 'goodsdetail', '', /*用户名*/ '', /*用户id*/ '']);
_mvq.push(['$logConversion']);
_mvq.push([
'$addGoods', /*分类id*/ '', /*品牌id*/ '', /*商品名称*/ '', /*商品ID*/ '{{skn}}', /*商品售价*/ '', /*商品图片url*/ '', /*分类名*/
'', /*品牌名*/ '', /*商品库存状态1或是0*/ '', /*网络价*/ '', /*收藏人数*/ ''
]);
_mvq.push(['$logData']);
(function() {
var mvl = document.createElement('script');
mvl.type = 'text/javascript';
mvl.async = true;
mvl.src = ('https:' == document.location.protocol ? 'https://static-ssl.mediav.com/mvl.js' : 'http://static.mediav.com/mvl.js');
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(mvl, s);
})();
</script>
<script>
window.PING_YOU_VIEW_ITEM = {
'product_no':'{{productId}}',
'spu_id': '{{skn}}',
'name': '{{{productName}}}',
'category': '{{{category}}}',
'brand': '{{{brandName}}}',
'price': {{salePrice}},
'orig_price': {{marketPrice}},
'currency_code': 'CNY',
'product_url': '{{{productUrl}}}',
'pic_size': '',// 宽x高
'pc_pic_url': '{{{imageUrl}}}',
'promotion': '',
'sold_out': {{soldOut}}
};
</script>
{{/statGoodsInfo}}