Skip to main content

Campaign Setup

Scoping Questions
  1. Is campaign management required?
  2. What types of campaigns are needed?
  3. How are campaigns scheduled?
Configuration Examples
Campaign definition
<retail:campaign
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:campaignId>SUMMER_SALE_2026</retail:campaignId>
<retail:descriptions>
<core:string language="en" country="GB">Summer Sale 2026</core:string>
</retail:descriptions>
<retail:startDate>2026-06-01</retail:startDate>
<retail:endDate>2026-08-31</retail:endDate>
<retail:campaignType>PROMOTIONAL</retail:campaignType>
<retail:status>DRAFT</retail:status>
</retail:campaign>