Marketing Operations | umoConfiguration | notifications
notifyPlanBaseURL
Description
The URL for your IBM® Unica® Marketing Operations deployment, including the host name and port number. Marketing Operations includes this URL in notifications that contain links to other information in Marketing Operations .
*
Do not use "localhost" as a server name unless your mail client and IBM® Unica® Marketing Operations server are running on same machine.
Default value
http://[SERVER]:[PORT]/plan/affiniumplan.jsp
notifyDelegateClassName
Description
The fully-qualified Java class name of the delegate implementation to be instantiated by the service. This class must implement the com.unicapcorp.afc.service.IServiceImpl interface. Will default to a local implementation if not specified.
Default value
blank
notifyIsDelegateComplete
Description
Optional boolean string indicating if the delegate implementation is complete. Defaults to "true" if not specified.
Default value
true
Valid Values
true | false
notifyEventMonitorStartTime
Description
Specifies when the Notify Monitor should begin processing for the first time after the IBM® Unica® Marketing Operations product is started. Format the value according to the short version of the java.text.DateFormat class for the current locale. For example, in US English locale, a valid string might be 11:45 PM.
Default value
Immediately after Marketing Operations is started.
notifyEventMonitorPollPeriod
Description
Defines the approximate time, in seconds, for the event monitor to sleep between polls. Events will be accumulated in the event queue between polling periods; shorter times will process notifications sooner, but may impose more system overhead. If you erase the default and leave the value blank, the poll period defaults to some short period of time, usually under a minute.
Default value
5
notifyEventMonitorRemoveSize
Description
Specfies the number of events to remove from queue in one shot. The event monitor will continue removing events from the event queue in increments specified by this value until none are left.
*
Default value
10
alertCountRefreshPeriodInSeconds
Description
Specifies, in seconds, the system-wide alert count refresh period for the alerts count. This count appears near the top of the navigation bar after a user logs in.
*
Default value
180 (3 minutes)