Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | For Developers | Configuring and Using the Web Service Data Collector | Sending Event and Dimensional Data | addStronglyTypedDimension (dimension) and addStronglyTypedDimensions (dimensions)
 
addStronglyTypedDimension (dimension) and addStronglyTypedDimensions (dimensions)
The addStronglyTypedDimension method sends a single strongly typed dimension. The addStronglyTypedDimensions method sends multiple strongly typed dimensions.
Note:
This method is deprecated, and it is supported only for backward compatibility. In a future release, the addDimension and addDimensions methods will be enhanced, and the addStronglyTypedDimension and addStronglyTypedDimensions methods will be removed.
Input Parameters (all parameters are required unless specified as optional)
The following table describes the input parameters.
dimension
Document Container for dimension information.
name
String Name of the dimension (such as Customer).
pairs
Document List Container for the list of key/value dimension data.
Parameter
Value
attribute
String Attribute name (such as ID).
value
String or key/value Attribute value (such as 9).
auth
Not used.
_port
Not used.