Hi Team.
I am involved in a project with Adobe Target Web SDK implementation (https://experienceleague.adobe.com/docs/experience-platform/edge/personalization/adobe-target/target...) and the offers are in JSON OFFER format because the customer wants to get the offers that apply for a 3rdPartyID through API to show the experience in another system.
I have followed this sequence:
=> Creation of JSON offers
=> Creation of Audiences
=> Definition of Location (MBOX)
=> Creation of XT (Experience Target) activities with audiences, json offer experiences and goals
As I could understand to get the activities and offers that apply for a specific thirdPartyID, the API called "Prefetch Mboxes" (https://developers.adobetarget.com/api/delivery-api/#section/Prefetch/Prefetch-Mboxes) should be used.
Observing the parameters, some of them are to define the 3rdPartyID, tntID and one or more mboxes.
The issue here is that if you have more than 1 activity (example: 10 activities) in the same mbox passed through parameter, the response just bring 1 (one).
Does anyone knows how to get all the offers that apply for a thirdPartyID?
Thanks in advanced.