購物車追蹤
程式碼
itg('event', 'product',{
'type':'string',
'id': 'string',
'category': 'string',
'brand': 'string',
'tag': 'string',
'price':'string',
'user':{
'type': 'string',
'id': 'string',
'email': 'string',
'phone': 'string'
}
});參數說明
必要
參數
說明
Last updated