简体   繁体   English

通过Google Analytics(分析)检测移动应用程序用户

[英]Detect mobile application users by google analytics

we have a mobile website. 我们有一个移动网站。 for example link is m.xyz.com. 例如,链接是m.xyz.com。 and a android hybrid app in which we are loading m.xyz.com in webview. 以及一个Android混合应用,其中我们正在Webview中加载m.xyz.com。

We have implemented google analytics tacking in this website to track page view. 我们已在该网站上实施了Google Analytics(分析)跟踪以跟踪页面浏览。 In Google analytics, it is showing all users (mobile browser + android app). 在Google Analytics(分析)中,它显示了所有用户(移动浏览器+ android应用)。

we need a real time user in GA of android application and mobile website. 我们需要Android应用程序和移动网站的GA中的实时用户。

Is it possible? 可能吗? if yes let me know possible ways. 如果是,请告诉我可能的方法。

Unfortunately, you cannot create a custom "real-time" report, but with a little tagging, you can utilize the "Traffic Sources" real-time report. 不幸的是,您无法创建自定义的“实时”报告,但只需稍加标记即可使用“流量来源”实时报告。

In your android app, instead of referencing "m.xyz.com" in webview, reference "m.xyz.com?utm_source=myapp&medium=webview", then in the real-time report you should see traffic from Medium "webview" and source "myapp". 在您的Android应用中,不要在Webview中引用“ m.xyz.com”,而应在“ m.xyz.com?utm_source=myapp&medium=webview”中引用,然后在实时报告中,您应该会看到来自“ Webview”中号的流量来源“ myapp”。

we have tried to accomplish this task, but due to time constrain we have not completed our research on this. 我们已经尝试完成此任务,但是由于时间限制,我们尚未完成对此的研究。

Finally We have choose option to publish same website on new subdomail (m2.xyz.com) with new tracking code. 最后,我们可以选择使用新的跟踪代码在新的子邮件(m2.xyz.com)上发布相同的网站。

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

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