Expand my Community achievements bar.

Ask our product team on how to best grow your experimentation and personalization strategies with Target during our AMA on May 6th!

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Adobe Target | How to get through API, the JSON offers that apply for a 3rdPartyID in a Web SDK Implementation?

Avatar

Level 2

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.

 

1 Accepted Solution

Avatar

Correct answer by
Level 2

I found out this documentation explaining that it only returns one activity. 

 

How Does Target Assign Priority to Different Activities? | Adobe Target

 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

I found out this documentation explaining that it only returns one activity. 

 

How Does Target Assign Priority to Different Activities? | Adobe Target