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