I was looking to aggregate some values of my operations so i in the end can write them into a single google sheet cell, without having to have a get + update module for every single line. This would end up in over 1000 api calls to google sheets and the seems not very perfomant.
This is my current State. I get Objects from Google Ads Campaign and want to basically have the sum of a all clicks on keyword level.
The scenario export does not show where the 24 bundles are coming from.
Every result (item/record) from a search/match 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. The next popular aggregator is the Text Aggregator which is very flexible and has applies to many use-cases.
How would I now get to have an array of campaign ids avaialable in the next module.
I have experimented around with the map() function combined with the toArray() function but I either end up with an array of object Objects or just on single campaign id.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —