Google 分析方法 Tracker.getReferer() 是否支持 android 应用程序 URI?
Does Google Analytics method Tracker.getReferer() support android app URIs?
我想在我的 android 应用程序中跟踪 activity 引荐来源信息。
setReferrer
在 Google 分析中 API 似乎是一个合适的方法 (com.google.android.gms.analytics.Tracker.setReferrer
)
但是我找不到它的任何文档。
我能传递给它什么?只有网页链接?或者也支持 android 应用程序 URI?
赞:android-app://com.google.android.googlequicksearchbox/https/www.google.com
我从以下位置获得有关推荐人的信息:
android.app.Activity.getReferrer
android.content.Intent.EXTRA_REFERRER
android.content.Intent.EXTRA_REFERRER_NAME
编辑:
通过进一步的研究,我在 Google 分析中通过它的 测量协议参数 dr
找到了一些关于引荐来源网址的更多信息:
developers.google.com/analytics/devguides/collection/protocol/v1/parameters#dr
Specifies which referral source brought traffic to a website. This value is also used to compute the traffic source. The format of this value is a URL.
但它也没有说明是否支持 android 应用程序 URI。
似乎 Google 移动应用分析根本不支持引荐来源信息。
仅显示安装引荐来源网址。即使我发送此信息,我也无法在任何地方找到 activity 个推荐人。
我想在我的 android 应用程序中跟踪 activity 引荐来源信息。
setReferrer
在 Google 分析中 API 似乎是一个合适的方法 (com.google.android.gms.analytics.Tracker.setReferrer
)
但是我找不到它的任何文档。
我能传递给它什么?只有网页链接?或者也支持 android 应用程序 URI?
赞:android-app://com.google.android.googlequicksearchbox/https/www.google.com
我从以下位置获得有关推荐人的信息:
android.app.Activity.getReferrer
android.content.Intent.EXTRA_REFERRER
android.content.Intent.EXTRA_REFERRER_NAME
编辑:
通过进一步的研究,我在 Google 分析中通过它的 测量协议参数 dr
找到了一些关于引荐来源网址的更多信息:
developers.google.com/analytics/devguides/collection/protocol/v1/parameters#dr
Specifies which referral source brought traffic to a website. This value is also used to compute the traffic source. The format of this value is a URL.
但它也没有说明是否支持 android 应用程序 URI。
似乎 Google 移动应用分析根本不支持引荐来源信息。
仅显示安装引荐来源网址。即使我发送此信息,我也无法在任何地方找到 activity 个推荐人。