Search Result Campaigns

The results of search queries already contain a list of campaigns that have been triggered by the search query. They do not have to be fetched explicitly.

XML

See the <campaigns> section of the output:

<ff xsi:noNamespaceSchemaLocation="schema/7.2/ffresult.xsd">
  ...
<campaigns>
  ...
</campaigns>
...
</ff>

JSON

See the campaigns section of the output:

{
  "searchResult":{
    ...
    "campaigns":[...],
    ...
  }
  ...
}

REST

Same as with other interfaces, the information for campaigns active in the search query are transmitted with the search results.  See the Integration Documentation for how to contact the interface.

Webservice / SOAP

End of Life

Please note: the SOAP interface will no longer be updated or upgraded. We recommend the REST-API for new customers. If you have been using the SOAP interface so far, you can go on using it. We do however recommend changing your integration interface to improve performance.

Field campaigns within the result object Result.

Page Contents