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)
})

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM