Showing
1 changed file
with
3 additions
and
0 deletions
@@ -415,6 +415,9 @@ bindEvent.add(function() { | @@ -415,6 +415,9 @@ bindEvent.add(function() { | ||
415 | return; | 415 | return; |
416 | } | 416 | } |
417 | 417 | ||
418 | + // 加入购物车埋點 | ||
419 | + yas.givePoint('YB_GDS_DT_ADD_TO_SC', {PRD_ID: getSku(), PRD_NUM: getNum() }); | ||
420 | + | ||
418 | $.ajax({ | 421 | $.ajax({ |
419 | type: 'POST', | 422 | type: 'POST', |
420 | url: '/cart/index/add', | 423 | url: '/cart/index/add', |
-
Please register or login to post a comment