Using JSON + HTTP to Process Data In Batches
When using the AudienceLab API module ‘out of the box’ you will be pulling the data row by row. This means that 1 row = 1 operation.
This may not be of concern, however once you pull 10,000+ rows per day, the operations can max out VERY quickly.
Here is a guide on how process data in BULK using JSON Aggregator and HTTP request module.

- You need to set-up the ‘JSON’ Aggregator.
Did this answer your question?
😞
😐
🤩