竹磬网-邵珠庆の日记 生命只有一次,你可以用它来做些更多伟大的事情–Make the world a little better and easier


234月/151

GA User Timings – Web Tracking (ga.js) _trackTiming

发布在 邵珠庆

var startTime = new Date().getTime();//请求前添加

var endTime = new Date().getTime();//请求成功后添加

var timeSpent = endTime - startTime;
_gaq.push(['_trackTiming', 'Pop-up Layer', 'Get AjaxData ', timeSpent, '页面URL名称', 100]);

[......]阅读全文

1212月/122

Google Analytics ga.js格式化源代码

发布在 邵珠庆

 

    (function() {

    var g = void 0,

    h = !0,

    j = null,

    l = !1,

    aa = encodeURIComponent,

    ba = Infinity,

    ca = setTimeout,

  &n

[......]阅读全文