【发布时间】:2015-07-03 08:20:09
【问题描述】:
我正在使用 Google Big Query 来查询我网站的每日 Google 分析报告。我一次在 7 个表(7 个每日报告)上运行查询,因为我想使用每周结果。
我想运行一个显示“Users with >= x sessions and with >= y page views”的查询。我在构建此查询时遇到了困难。
结果表应显示 fullVisitorId、totals.visits(会话数)、totals.pageviews(会话内的总浏览量)。我应该使用子查询,还是有其他方法?
如果您想查看完整的方案,请使用以下链接:https://support.google.com/analytics/answer/3437719?hl=en
【问题讨论】:
-
完成。感谢您的信息。
标签: sql google-analytics google-bigquery