Google Analytics(分析)中未跟踪自定義事件(Custom events ...

文章推薦指數: 80 %
投票人數:10人

問題描述Google Analytics(分析)中未跟踪自定義事件(Custom events not being tracked in Google Analytics) Here is the script I'm using, copied directly from ... 問題討論GoogleAnalytics(分析)中未跟踪自定義事件(CustomeventsnotbeingtrackedinGoogleAnalytics)問題討論questionGoogleAnalytics(分析)中未跟踪自定義事件(CustomeventsnotbeingtrackedinGoogleAnalytics)問題描述GoogleAnalytics(分析)中未跟踪自定義事件(CustomeventsnotbeingtrackedinGoogleAnalytics)Here is the script I'm using, copied directly from Google: And here is the link I'm trying to track: Yet nothing has shown up in my events report for the last 3 days. Is there something wrong with my code?參考解法方法1:There's problems with Google's Outbound links tracking exampleAssuming you're only using one tracker (which it looks like in your code), the following will work:function recordOutboundLink(link, category, action) {     try {       _gaq.push(['_trackEvent', category ,  action ]);       setTimeout('document.location = "' + link.href + '"', 100);     }catch(err){} } (bydallen、mike)參考文件CustomeventsnotbeingtrackedinGoogleAnalytics(CCBY-SA3.0/4.0)#javascript#events#google-analytics#event-tracking留言討論提交送出編輯提交送出編輯提交送出回覆提交送出問題討論歡迎回家×使用Github帳號登入使用Google帳號登入取消免費加入CoderBridge×使用Github帳號註冊使用Google帳號註冊取消



請為這篇文章評分?