Flattening Google Analytics data (with repeated fields) not working anymore

后端 未结 5 1979
情话喂你
情话喂你 2020-12-16 16:54

We have a premium Google Analytics account, which will give us access to row level event data. This data is exported daily to Google Bigquery and for every day a new table w

5条回答
  •  不思量自难忘°
    2020-12-16 17:02

    I suspect the tables generated by Google Analytics Premium have been augmented with the addition of new columns. Adding columns shouldn't be a problem, unless your queries use the * selector, and one of the new columns happens to contain nested values.

    Recommended solution: Instead of using *, explicitly ask for the columns you need.

提交回复
热议问题