关于 Google 分析的问题

Questions around Google Analytics

我正在阅读此文档:https://developers.google.com/analytics/devguides/collection/analyticsjs/screens

  1. 什么是网络数据与应用数据?
  2. 什么是屏幕浏览量与页面浏览量,例如

    ga('send', 'screenview', {'screenName': 'Home'});
    

    ga('send', 'pageview');
    

这很容易 - 全部 - "Screens in Google Analytics represent content users are viewing within an app. The equivalent concept for a website is pages." 屏幕视图 - 在应用程序中,页面视图 - 在网站上。 Web 数据 - 站点数据,应用程序数据 - 来自应用程序的数据。

网络数据是来自您网站的数据。应用数据是来自您的移动应用的数据。

屏幕浏览量和页面浏览量是一回事,只是根据您使用的是移动应用程序 ("screen view") 还是网络应用程序 ("page view") 的称呼不同。