Target API response | Community
Skip to main content
May 8, 2020
Solved

Target API response

  • May 8, 2020
  • 1 reply
  • 5252 views

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??

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by evidana

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.

1 reply

evidanaCommunity AdvisorAccepted solution
Community Advisor
May 13, 2020

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.