Define Analytics Goals in BigQuery

扶醉桌前 提交于 2019-12-24 10:34:50

问题


I am trying to get Analytics goal conversions and goal names with BigQuery, but it seems this must by defined by myself. How can I define this in BigQuery? Could someone provide me with a query example or guide?

Thanks a lot!!


回答1:


The goals configured inside of Google Analytics are not stored in BigQuery and will need to be computed from scratch.

You will need to make a query based on the fact that the goal is generate it is, for example, by event or thank you page, so you need to recreate the calculation of the same according to how you have configured them in Google Analytics Admin section.



来源:https://stackoverflow.com/questions/49814678/define-analytics-goals-in-bigquery

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!