Hi all,
I'm currently trying to update a field in an universal analytics sessions table. The table is nested, so a simple update query is not working, I was also not able to update the field after unnesting the structure.
The table structure is documented here: https://support.google.com/analytics/answer/3437719?hl=en
More specifically, I need to update the field 'hits.eventInfo.eventLabel' , only the rows where 'hits.eventInfo.eventAction' and 'hits.eventInfo.eventCategory' have a certain value.
My query is the following:
Could anyone help me to refine this query or let me know if an update of the field 'hits.eventInfo.eventLabel' in a nested table is possible?