JavaScript jQuery Google Analytics
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JavaScript jQuery Google Analytics相关的知识,希望对你有一定的参考价值。
$.ga = function( ua, cb ){
$.ajax({type:'get',dataType:'script',cache:true,
url:'http'+(/s:/.test(document.location.protocol)?'s://ssl':'://www')+'.google-analytics.com/ga.js',
success:function(){var g=_gat._getTracker(ua);g._trackPageview();if($.isFunction(cb))cb.apply(g,[]);$.ga=g}
});
}
/* Usage
----------------- */
$(function(){
$.ga( 'UA-0000000-1', function(){
this; // GoogleAnalytics Tracker
});
$.ga; // Now overwritten to be the GoogleAnalytics Tracker
})
以上是关于JavaScript jQuery Google Analytics的主要内容,如果未能解决你的问题,请参考以下文章
JavaScript jQuery Google Analytics
javascript jQuery表单退出Google通用分析跟踪
javascript Google跟踪代码管理器/ Google Analytics的滚动跟踪脚本(无jQuery)
javascript jQuery Google Analytics表单字段跟踪事件
javascript jQuery插件,使用Google通用分析事件跟踪链接
用于jQuery的谷歌地图Javascript插件。