Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!

HTML rendering override via SOAP

Avatar

Level 2

Hey guys,

I have a question regarding to the rendering function in offer spaces.

I have a rendering function like follows:

function (shortContent, htmlSource, imageURL) {

     var html = imageURL + " " + shortContent + " " + htmlSource;

     return html;

}

I have an offer filled with all 3 fields:

  • imageURL: test
  • shortContent: desc
  • htmlSource: this is a html

I am trying to get the offer via SOAP using the propositionMethod.

I get the 3 fields back via SOAP like this:

<imageURL>test</imageURL>

<shortContent>desc</....>

but not the rendered hmtl like:

<html>test desc this is a html</html>

How can I get the rendered html as a result in SOAP?

Kind regards,

Tim

0 Replies