简体   繁体   English

Firebase Analytics UTM广告系列跟踪无效

[英]Firebase Analytics UTM campaign tracking not working

I'm not able to get UTM campaign tracking info in Firebase Analytics - Attribution - first_open. 我无法在Firebase Analytics - 归因 - first_open中获取UTM广告系列跟踪信息。 All my installs are shown as (direct)/(none). 我的所有安装都显示为(直接)/(无)。

I'm using both GA and Firebase Analytics and currently have a custom INSTALL_REFERRER receiver which calls CampaignTrackingReceiver.onReceive for GA. 我正在使用GA和Firebase Analytics,目前有一个自定义的INSTALL_REFERRER接收器,它为GA调用CampaignTrackingReceiver.onReceive。 This works for GA and I can see all my campaigns. 这适用于GA,我可以看到我的所有广告系列。

The final merged manifest also does not have any other install referrer receiver. 最终合并的清单也没有任何其他安装引用接收器。 So obviously I'm probably missing a call to Firebase Analytics, but which one? 显然我可能错过了对Firebase Analytics的调用,但是哪一个? Where is the documentation? 文件在哪里?

Update 1 This is the URL I'm using and it is tracked properly in GA. 更新1这是我正在使用的URL,它在GA中被正确跟踪。

https://play.google.com/store/apps/details?id=my.app.package&referrer=utm_source%3Dapp%26utm_medium%3Dshare

Documentation for GA Android SDK recommends above format. GA Android SDK的文档推荐以上格式。

Google Play Campaign Measurement allows you to see which campaigns and traffic sources are sending users to download your app from the Google Play Store. 借助Google Play广告系列衡量标准,您可以查看哪些广告系列和流量来源正在向Google用户商店下载您的应用。 It is recommended that all developers implement Google Play Store Campaign Measurement. 建议所有开发者实施Google Play商店广告系列衡量指标。

Update 2 Release notes for Firebase 9.6 seems to indicate this is fixed, but still not working as of Firebase 10.2.1 更新2 Firebase 9.6的发行说明似乎表明这是固定的,但仍然无法使用Firebase 10.2.1

Added tracking for the source of app install referrals when an app with Analytics is installed from the Play Store. 从Play商店安装了包含Google Analytics的应用时,添加了对应用安装引荐来源的跟踪。

Update 3 Finally working as of Firebase 11.0.2. 更新3最后使用Firebase 11.0.2。 No changes to the URL. 没有更改URL。

There are two URL builder tools : One for Google Analytics and one for Google Play . 有两种网址构建工具:一种用于Google Analytics ,另一种用于Google Play If you use the one for Google Analytics, UTM-based campaign tracking should work for you. 如果您使用Google Analytics(分析),则基于UTM的广告系列跟踪应该适合您。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM