vue 设置埋点

vue单页应用添加百度统计

https://www.cnblogs.com/moqiutao/p/8471904.html

vue设置腾讯统计

router.afterEach((to, from, next) => {
  setTimeout(() => {
    var _mtac = {'senseQuery': 1};
    (function () {
      var mta = document.createElement('script')
      mta.src = '//pingjs.qq.com/h5/stats.js?v2.0.4'
      mta.setAttribute('name', 'MTAH5')
      mta.setAttribute('sid', '50064xxxx')
      mta.setAttribute('cid', '50064xxxx')
      var s = document.getElementsByTagName('script')[0]
      s.parentNode.insertBefore(mta, s)
    })()
    if (_mtac) {}
  }, 0)
})

 

posted @ 2018-10-11 13:38  renyangli  阅读(3496)  评论(0编辑  收藏  举报