Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesGoogle Big Query can contain so-called complex queries, this means that a table "cell" can host an array. These arrays are currently not supported in the SIMBA ODBC driver for Google Big Query (GBQ), ie. you can't download the full table with arrays.
All Google Analytics Premium exports to GBQ contain these arrays, so as an example, please have a look at the dataset provided via this link:
https://support.google.com/analytics/answer/3416091?hl=en
The way to be able to query these tables is via a specific GBQ SQL query, for instance:
Select * From flatten(flatten(flatten(testD113.ga_sessions,customDimensions),hits.customVariables),hits.customDimensions).
This is not currently supported from within the Input tool with the Simba ODBC driver for GBQ, which I would like to suggest as a product idea.
Thanks,
Hans
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.