pub.optimize.monitoring:addDimension (dimension)

Sends a single dimension (addDimension) to the Analytic Engine.

Input Parameters

The following table describes the input parameters.
Connection String Optional. Specifies the JMS server to which information will be sent. If no JMS server is specified, the service uses IBM webMethods Universal Messaging as the default. The IBM webMethods Universal Messaging URL format is as follows:
nsp://{host}:{port}
The Broker URL format is as follows:
broker://{host}:{port}/{brokerName}/analysis
Note: Before you can use this parameter, you must ensure that the specified connection is available on the Connection Settings page as described in Installing and Configuring the WmOptimize Package. If the connection does not exist, you can create a connection to the broker URL using the pub.optimize.monitoring:createNewConnection service.
dimensionName String Name of the dimension (for example, Customer).
dimensionMap Document Container for the list of dimension attributes.
  Parameter Value
  key String Attribute name (for example, Revenue).
  value String or key/value attribute value (for example, 500).

Output Parameters

The following table describes the output parameters.
result String “success” or “failure” for the service, and an error message in case of failure.