suchen

Heim  >  Fragen und Antworten  >  Hauptteil

angular.js - angularjs 百度统计怎么统计

貌似只能统计到根目录啊

PHPzPHPz2745 Tage vor655

Antworte allen(3)Ich werde antworten

  • 为情所困

    为情所困2017-05-15 17:04:59

    mark一下等下回来写


    详情可以看 https://tongji.baidu.com/open...
    百度统计有对应的api接口。
    然后我封装了一下

    var BaiduTongJi = {
        visitPage : function ()
        {
            _hmt.push(['_trackPageview', _path]);
        }
    };
    

    然后在你的angular中增加一个locationChangeStart事件的监听,类似我下面的代码。

            app.run(function($rootScope, $location){
                $rootScope.$on('$locationChangeStart', function ()
                {
                    BaiduTongJi.visitPage($location.path());
                })
            });

    Antwort
    0
  • PHP中文网

    PHP中文网2017-05-15 17:04:59

    请问怎么解决的呢?

    Antwort
    0
  • 淡淡烟草味

    淡淡烟草味2017-05-15 17:04:59

    同求答案。题主要是知道了,麻烦告诉一声啊

    Antwort
    0
  • StornierenAntwort