Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

Target API response

Avatar

Level 2

Hi, We have configured API's for Adobe Target and successfully able to retrieve the response for different calls. Is there a way we can make a call to HTML for specific campaign and pull it back in response??

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Could you rephrase the question? Are you saying that you want html returned instead of json? If you need to only have HTML, you will need some layer between Target and your application. Express works really well and gives you a middle tier to parse the json and only return back the html response.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Could you rephrase the question? Are you saying that you want html returned instead of json? If you need to only have HTML, you will need some layer between Target and your application. Express works really well and gives you a middle tier to parse the json and only return back the html response.