我正在使用实践存储库,准备与使用 BQ 的大型企业客户进行即将开展的工作。存储库链接是:google.com:analytics-bigquery:LondonCycleHelmet.ga_sessions_20130910
关于示例存储库和已运行的查询,我有 3 个问题要问(请参阅链接底部以获取引发问题的查询:
1)customDimensions.index、customDimensions.value和hits.customDimensions.index、hits.customDimensions.value有什么区别?
2) 如果单个点击有多个自定义维度/指标,如何返回/查询?我只在示例数据中看到匹配级别的单个维度。
3) 示例数据中没有传递自定义指标值,这些值会是什么样子?
以下是引发前 3 个问题的查询:
SELECT hits.page.pagePath AS urls,
hits.time,
customDimensions.index,
customDimensions.value,
hits.customMetrics.index,
hits.customMetrics.value,
trafficSource.medium,
hits.customVariables.index,
hits.customVariables.customVarName,
hits.customVariables.customVarValue
FROM [google.com:analytics-bigquery:LondonCycleHelmet.ga_sessions_20130910]