szymon_dybczak
Esteemed Contributor III

Hi @KristiLogos ,

I had the same problem as you, but in my case I was extracting ga4 data from big query using ADF. 

Try to use following code for every column that has JSON content.

select TO_JSON_STRING(items) as jsondata FROM ...

The result will contain the proper names instead of the "v" names.