Getting offers from multiple mbox in one HTTP request
Performance is critical for web applications, which means we often try to avoid network calls as much as possible to not add latency time each time an application needs computed data from a server.
This is also true for personalization, and looking at Adobe Target capabilities, I can see that implementation through at.js, getOffer for each mbox on a page will trigger an individual HTTP Request.
On the other side, Target REST API provides a way to get several mbox offers in one HTTP call, which seems more efficient.
Is the multiple mbox call will land in at.js in the future ? Is there a way to achieve this already with the library ?