Kaynağa Gözat

feat: 新增收藏事件统计

zhangyuhan 4 yıl önce
ebeveyn
işleme
6b9b264ab8

+ 2 - 1
src/web/staticres/common-module/keep-tags/keep-tags-template.js

@@ -366,7 +366,8 @@ Vue.component('keep-component', {
     },
     ajaxAddKeep (id, type) {
       try {
-        _hmt.push(['_trackEvent','超级订阅-' + (utils.isWeiXinBrowser ? 'wx' : 'app'), 'click', '标讯收藏-星标']);
+        var isContent = location.href.indexOf('/article/content') !== -1
+        _hmt.push(['_trackEvent','超级订阅-' + (utils.isWeiXinBrowser ? 'wx' : 'app'), 'click', (isContent ? '详情页标讯收藏按钮' : '列表页标讯收藏-星标')]);
       } catch (e) {
         console.log('未初始化百度统计')
       }