Configure tracking settings in the <PresentationSide> section of the OutboundEmail.xml configuration file.
Procedure
- Open
OutboundEmail.xml located by default in the config subdirectory of your Content Manager root location in a plain-text editor or XML editor.
- Locate the
<PresentationSide> section:
<PresentationSide>
<SynchronizationTimeout>100</SynchronizationTimeout>
<TrackingCollectionInterval>60</TrackingCollectionInterval>
<SynchronizationInterval>10</SynchronizationInterval>
<SynchronizationBatchSize>100</SynchronizationBatchSize>
...
- Specify the following tracking settings:
| Element | Description |
|---|
<SynchronizationTimeout> | (Optional) The number of seconds the Synchronization service has to perform an iteration before the service is timed out. |
<TrackingCollectionInterval> | The number of seconds the Collect Tracking Data service waits before checking to see if there is new tracking data on the presentation side. |
- Save and close
OutboundEmail.xml.