简体   繁体   English

如何在谷歌分析中为屏幕视图应用过滤器

[英]How to apply filter for Screen Views in google analytics

My Question is very simple.I have implemented google analytics in my Android App.Everything is working perfectly.There is no problem in my code.我的问题很简单。我在我的 Android 应用程序中实现了谷歌分析。一切都运行良好。我的代码没有问题。

But i am encountering a little problem in using google analytics console.但是我在使用谷歌分析控制台时遇到了一个小问题。 i want to apply filter for screen views in google analytics.Given below i attached the picture for complete understanding.我想在谷歌分析中对屏幕视图应用过滤器。下面我附上了图片以供完整理解。

Google Analytics Console Picture for complete understanding用于完整理解的 Google Analytics Console 图片

I have pointed out filter in picture that is showing the screens Name of my android app for last 30 min.我已经指出了图片中的过滤器,它显示了过去 30 分钟内我的 android 应用程序的屏幕名称。 i believe that is default filter of google analytics for screen views.i want to see it for Last one hour OR Last two hour OR Last day.我相信这是谷歌分析屏幕视图的默认过滤器。我想在过去一小时或过去两小时或最后一天看到它。

So what should i do for apply filter for last hour or day?那么我应该怎么做最后一小时或一天的应用过滤器?

Note : I want to see the same table that is in attached picture.注意:我想查看附加图片中的同一张表。 i don't want the customization report because there is not mention the screen name,app version,screen views in customization report.There is just showing the count of screen views.but i want to see the same table that is showing the attached picture.我不想要自定义报告,因为在自定义报告中没有提到屏幕名称、应用程序版本、屏幕浏览量。只显示屏幕浏览量。但我想看到显示附加图片的同一个表格.

TL;DR: no you can't TL; DR:不,你不能

Google Analytics has 2 reporting Api, the core and the realtime. Google Analytics 有 2 个报告 Api,核心和实时。 Both api has more or less the same behaviour in the api and in the interface .两个 api 在 api 和 interface 中都有或多或少相同的行为。 So in this case can be applied to the interface and the API所以在这种情况下可以应用到接口和API

The first one is used in all the report (except that section), this report usually takes 24-48 hours in processing for free user and a couple of hours for premium, here is where the data is more flexible and more robust.第一个用于所有报告中(该部分除外),此报告通常需要 24-48 小时,免费用户和几个小时的高级用户,这里是数据更灵活和更可靠的地方。 Due this processing time, it's not recomendable to do in that way, the data will be a mess.由于这个处理时间,不建议这样做,数据会一团糟。 This is you option if you want to get the last day by hour and minutes (seconds are not available).如果您想按小时和分钟(秒不可用)获得最后一天,这是您的选择。

https://developers.google.com/analytics/devguides/reporting/core/v3/reference#filters https://developers.google.com/analytics/devguides/reporting/core/v3/reference#filters

The other api, the real time, it's not so solid, and has the limit of 30 minutes (can be less with the filter rt:minutesAgo) This api enables to you get the information by each second on the last minute or the information on each minute of the last 30 min.另一个api,实时,它不是那么可靠,并且有30分钟的限制(使用过滤器rt:minutesAgo可以更少)这个api使您能够获得最后一分钟的每秒信息或有关的信息最后 30 分钟的每一分钟。 https://support.google.com/analytics/answer/1638637?hl=en https://support.google.com/analytics/answer/1638637?hl=en

Greetings你好

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

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