简体   繁体   English

如何实时使用Google Analytics(分析)内容组数据

[英]How to use google analytics content group data in a real time

I have a website that enabled google analytics content grouping by tracking code. 我有一个通过跟踪代码启用Google Analytics(分析)内容分组的网站。

For channel one ==> ga('set', 'contentGroup1', 'Channel1'); 对于频道一==> ga('set','contentGroup1','Channel1'); For channel two ==> ga('set', 'contentGroup1', 'Channel2'); 对于第二个频道==> ga('set','contentGroup1','Channel2');

Can I use it like above so later I can check what data for Channel1 and Channel2 我可以像上面那样使用它吗,以便以后可以检查Channel1和Channel2的数据

Also I want to check is it possible to use content grouping data in the real time ? 我还要检查是否可以实时使用内容分组数据吗?

As a matter of nomenclature, content groupings have nothing to do with "Channels" as the word is usually used in Analytics. 从名称上来说,内容分组与“渠道”无关,因为Analytics(分析)中通常使用该词。 "Channel" mostly refers to the marketing channel, ie the way you have acquired a visit by a user. “渠道”主要是指营销渠道,即您获得用户访问的方式。 Channel is a session based metric that does not change during a session (because changing the channel will by definition start a new session). 频道是基于会话的指标,在​​会话期间不会更改(因为更改频道会定义为开始新的会话)。 You can see the information that defines the channel (ie source, medium, campaign) in the realtime view (but not the channel itself). 您可以在实时视图中看到定义渠道(即来源,媒体,广告系列)的信息(但不能看到渠道本身)。

On the other hand it might be that you are simply using the english word "channel" to separate your content into groups. 另一方面,可能只是您使用英文单词“ channel”将您的内容分为几组。

Content groups are a hit based metric, meaning this does not pertain to visits or user but to individual pageviews. 内容组是基于点击量的指标,这意味着此内容与访问次数或用户无关,而与单个网页浏览量有关。 So yes of course, you can see data per content group - you'd have to go to the behavior reports in the menu; 因此,是的,您当然可以看到每个内容组的数据-您必须转到菜单中的行为报告; if you look at the "All pages" data table there is a small navigation above the table where you can select your content groups as primary dimension. 如果您查看“所有页面”数据表,则该表上方会有一个小的导航栏,您可以在其中选择内容组作为主要维度。 This will show you aggregated hit based metrics (pageviews, entrances, bounces etc) per content group. 这将向您显示每个内容组的基于匹配的综合指标(浏览量,入口,跳出等)。

You cannot use this in realtime view. 您不能在实时视图中使用它。

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

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