Campaign Management

Campaign Properties XML

Campaign configuration is set via the Set Campaign Properties [SO] method and is retrieved via the Get Campaign Properties [GP] method. See RouterNET Integration.

A successful call will yield the Property Data [PD] event with a Data (DT) parameter containing a large XML document with the properties set for that campaign.

This XML document is saved per tenant as CampaignParams_<tenant>.xml in the C:/<root>/CM/<tenant> folder (where C is the installation root drive). It has the following format:

<?xml version="1.0" encoding="utf-16"?>
<CampaignMap>
  <Campaign Name="Campaign1" ID="1" State="0" CallsMade="6">
    <CampaignParams ....>
  </Campaign>
  <Campaign Name="Campaign2" ID="2" State="1" CallsMade="3">
    <CampaignParams ....>
  </Campaign>
  ....
</CampaignMap>

A full description of each element in this file is given in the example below.

 

Copyright © 2004 - 2019  Sytel Limited