Question

How do you import report data returned from GA4 zap into MySQL?

  • 6 July 2023
  • 0 replies
  • 32 views

I have a Zap that is running a report on a property in Google Analytics 4 and comes back with the desired data as nested arrays when I test the Zap.  However when I try to access that data to loop and then add a new row into MySQL, the nested arrays are combining into 2 comma delimited strings, one being all the dimensions data combined and the other being all the metrics data combined. I also, tried retrieving the data via API Request, but with same issue with no way to map the individual fields and formatted is of no use because all the fields and all the rows are combined into the single string. 

Has anyone else run into this problem and if so, how were you able to remedy?

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.