text 事件跟踪Google Analytics
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 事件跟踪Google Analytics相关的知识,希望对你有一定的参考价值。
ga('send','event','CTA','Get A Quote Button','On Page Location?')
// /* ==========================================================================
// //GOOGLE ANALYTICS TRACKING EVENTS
//
// ========================================================================== */
if(typeof (ga) !== "undefined") {
$('.track-cta').on('click', function() {
ga('send', 'event', 'Call to Action', $(this).data('title'), $(this).data('placement'));
});
$('.track-social').on('click', function() {
ga('send', 'event', 'Social', 'Visit', $(this).attr('title'));
});
$('.track-form').on('click', function() {
ga('send', 'event', 'Form', 'Submitted', window.location.href);
});
}
以上是关于text 事件跟踪Google Analytics的主要内容,如果未能解决你的问题,请参考以下文章
javascript 在Classic或Universal Analytics中跟踪Google Analytics事件
javascript 使用Google Analytics跟踪事件
javascript Google Analytics事件跟踪
javascript Google Analytics事件跟踪Javascript
text 更新Wordpress Google Analytics跟踪代码
2.3.6Google Analytics高级应用——事件跟踪