简体   繁体   English

订购Google Analytics(分析)事件

[英]Ordering Google Analytics events

I have an Android App which sends custom dimensions and metric to Google Analytics. 我有一个Android应用程序,可将自定义维度和指标发送到Google Analytics(分析)。

I use HitBuilders.EventBuilder in order to create and send the event entry in the report. 我使用HitBuilders.EventBuilder来创建和发送报告中的事件条目。

In addition, I have multiple devices report simultaneously to Analytics. 此外,我有多个设备同时向Analytics(分析)报告。 The events triggered by these devices are codependent. 这些设备触发的事件是相互依赖的。 This is why I need to have some way of knowing the order in which the events were triggered. 这就是为什么我需要某种方式来了解事件触发的顺序。

Possible solutions 可能的解决方案

  1. I can add Date and Minute fields to the report, but not only does it consume field space in the report, it is not accurate enough if the events are triggered within seconds from each other. 我可以将“ 日期”和“ 分钟”字段添加到报表中,但不仅会占用报表中的字段空间,而且如果事件在彼此之间数秒之内触发也不够准确。
  2. I can add timestamp custom dimension to the event. 我可以将时间戳自定义维度添加到事件中。 Same as previous, it takes up place of another custom dimension. 与以前一样,它代替了另一个自定义维度。 Also, I may not have all devices synced so sorting by timestamp my be inaccurate. 另外,我可能未同步所有设备,因此按时间戳排序不准确。

There's an Events Flow report that you can use to visualise event data, crucially it will order them by interaction. 您可以使用“事件流”报告来可视化事件数据,关键是它将通过交互对它们进行排序。 It's Behavior > Events > Events Flow. 它是行为>事件>事件流。

If there's too much noise in there, you could create a set of Goals corresponding to each event, and look at the Goal Flow report Conversions > Goals > Goal Flow. 如果那里杂乱无章,可以为每个事件创建一组目标,然后查看“目标流”报告“转换”>“目标”>“目标流”。

Since Goals are set at the View level, if your preexisting goals are stopping you from getting anything meaningful out of the report, you can just set up the Goals on a new View instead. 由于目标是在“视图”级别设置的,因此,如果您先前存在的目标使您无法从报表中获取任何有意义的信息,则只需在新的“视图”上设置目标即可。

The final two options would be to replace the events with Virtual Page Views (with spoofed Page fields and attached Custom Dimensions). 最后两个选项是将事件替换为虚拟页面视图(带有伪造的页面字段和附加的自定义维度)。 This is an extreme option, but it would give you much more powerful tools to define the funnels that you'd like people to follow using the Goal Destination/Funnel settings. 这是一个极端的选择,但是它将为您提供功能更强大的工具,以定义您希望人们使用“目标目标/渠道”设置遵循的渠道。

Alternatively, you coudl set up some custom segments that allow you to look at only Sessions that have passed the first event, etc. It would be a bit of a hack, but you'd be able to get legacy data without changing your reporting setup at all. 另外,您可以设置一些自定义细分,以便仅查看通过了第一个事件的Session等。这可能有点麻烦,但是您可以在不更改报告设置的情况下获取旧数据。完全没有

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

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