Getting data from Google Analytics 4

I’m struggling to get the data out of my GA4 module. Everything comes in as a series of collections with no arrays. I started by getting sessions based on source as that seemed like an easy place to start. I can see the data in the GA 4 module but I can’t extract it to get it into airtable. I have tried double iterator to aggregator, get() function, setting variables, etc. I can usually only get the first collection OR the number of bundles. I have not seen anything about extracting from data that is all collections. Can anyone help me with the right combination of elements to properly access the collections shown? many thanks.

Every result (item/record) from a search module will output a bundle. To “combine” them into a single structure, you’ll need to use an aggregator of some sort.

Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module.

If you want to learn more about Make, you can read up in the Help Center. I also recommend doing the tutorials in the Make Academy, and learn advanced skills like how to make custom apps to any API in the Make Partner Training Portal - both have certificates for successful completion.

2 Likes