Solved
"MaxCount" param in offers API calls XML
Hello,
We are trying to set "maxCount" to 100 in XML body of offer requests to Adobe Campaign but we see the maximum that Adobe retrieves is 50 offers.
Is there any way to change this configuration?
Example:
<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:nms:proposition">
<soapenv:Header/>
<soapenv:Body>
<Propose>
<targetId>C_ND</targetId>
<maxCount>100</maxCount>
<categories></categories>
<themes></themes>
<context>
<interaction>
...
</interaction>
</context>
<noProp>false</noProp>
</Propose>
</soapenv:Body>
</soapenv:Envelope>
Thanks in advance
Best regards
Oscar