简体   繁体   English

谷歌分析会议和wordpress网站

[英]Google analytics sessions and wordpress site

In google analytics my site have 27000+ users weekly, and 52000+ session. 在谷歌分析中,我的网站每周有27000多个用户,还有52000多个会话。 which is around 1.8 page view/session. 这是大约1.8页的视图/会话。 There is no authentication sessions, like sign in etc, website is in word press. 没有认证会话,如登录等,网站在word press。 I want to know when user enter in site and view a page it will be considered as 1 session, but if same user lets say open page after some time then will it be new session or old? 我想知道当用户进入网站并查看页面时,它将被视为1个会话,但如果同一个用户在一段时间之后让我们说打开页面,那么它会是新会话还是旧会话?

I am using W3 Total cache and in browser cache expires header lifetime is set to 3600 seconds. 我正在使用W3 Total缓存,并且在浏览器缓存中,expires标头生命周期设置为3600秒。 Is this time related to sessions. 这个时间与会话有关吗? Default word press session for login users is 48 hours, but in my scenario its anonymous user. 登录用户的默认单词新闻会话是48小时,但在我的方案中是匿名用户。

In google analytic definition about session is "Its the period time user is actively engaged with site". 在关于会话的谷歌分析定义是“它是用户积极参与网站的时间段”。

Please advise 请指教

Google Analytics has very limited information about what happens on your site. Google Analytics(分析)对您网站上发生的事情的信息非常有限。 It will receive data whenever someone loads a page, and possibly when an event takes place (but only if you've set that up). 每当有人加载页面时,它都会收到数据,并且可能在事件发生时(但只有在你设置了它时)才会收到数据。

It is not informed when a user does any of the following: 当用户执行以下任何操作时,不会通知您:

  • Closes the tab or browser. 关闭选项卡或浏览器。
  • Shuts down their PC. 关闭他们的电脑。
  • Follows a link out of your website. 关注您网站的链接。

You could rip out the power cord of your PC mid-browse, then turn it back on. 您可以在中途浏览时撕掉PC的电源线,然后重新打开。 If you picked up where you left off, Google would have no way of distinguishing that from you refreshing the page. 如果你从上次停下的地方拿起,谷歌将无法区分你刷新页面。

As such, Google Analytics has to to approximate the end of each Session, with a set of rules based on the information it does have. 因此,Google Analytics必须根据其拥有的信息,使用一组规则来估算每个会话的结束时间。 Google will consider a session over when: Google会考虑以下时间的会话:

  • There has been no interaction for 30 minutes (this timeout can be adjusted). 30分钟没有交互(可以调整此超时)。
  • Midnight happens (This is mainly to keep the data neat. Time Zone is defined in the settings). 午夜发生(这主要是为了保持数据整洁。时区在设置中定义)。
  • A new Session is created with a different Source, Medium or Campaign (so if you leave the site and return via a different route, this is for attribution). 使用不同的来源,媒介或广告系列创建新会话(因此,如果您离开网站并通过其他路线返回,则这是为了归因)。

Whenever you land on a site, Google Analytics perks up and takes notice. 每当您登陆网站时,Google Analytics都会有所收获并注意到。 It then waits faithfully for your next hit. 然后它会忠实地等待你的下一次打击。 If you come back looking different, it'll close your old Session and start a new one. 如果你回来看起来与众不同,它会关闭你的旧会话并开始一个新会议。 At midnight, it'll close all Sessions for everyone. 在午夜,它将关闭所有人的所有会话。 Otherwise, it'll wait faithfully for up to 30 minutes. 否则,它将忠实地等待长达30分钟。 If you interact in that time, it'll excitedly update your Session and reset the 30 minute clock. 如果您在那段时间进行互动,它会兴奋地更新您的会话并重置30分钟的时钟。

Incidentally, that's also how time on site is calculated. 顺便提一下,这也是计算现场时间的方式。 On your first hit, your Session is assigned 0 seconds time on site. 在您第一次点击时,您的会话将在现场分配0秒。 If you interact again, that time is updated to match the time between the two hits. 如果您再次进行交互,则会更新该时间以匹配两次点击之间的时间。 When your Session is closed, its final time on site is whatever the value was at the moment it was closed, so Bounces have a time on site of 0. 当你的会话关闭时,它在网站上的最后时间是它关闭时的价值,因此Bounces在网站上的时间为0。

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

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