Expand my Community achievements bar.

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.