Google Analytics(分析)中未跟踪自定義事件(Custom events ...
文章推薦指數: 80 %
問題描述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帳號註冊取消
延伸文章資訊
- 1定義事件參數欄位,設定GA4 自訂維度與自訂指標 - 數據酷
在Google Analytics 4 資源,所有數據都是基於事件產生,事件參數的收集與處理方式也和通用版GA (Universal Analytics)不太一樣!
- 2google Analytics 自定义事件的设置与获取(埋点) - CSDN博客
前提:在使用google统计的时候,需要使用到自定义事件(埋点)上传,让运营进行分析,所以由此做个记录,希望可以帮助到其他人。
- 3Google Analytics 4 事件跟踪 - 小渔聊独立站
四、自定义事件
- 4记录事件 | Firebase Documentation
如果您的应用已关联到BigQuery 项目,自定义参数也将包含在导出至BigQuery 的数据中。如需查看示例查询及更多内容,请访问Google Analytics(分析)4 BigQuery ...
- 5[GA4] 自定义事件- Google Analytics(分析)帮助
在创建自定义事件之前,请先查看自动收集的事件、增强型衡量事件和推荐事件的列表。这些事件会自动填充维度和指标,且不会超出您所能创建的事件和参数的数量上限。 设置自 ...