Create a Zoning Normalizer
This normalizer defines from and to zones that event field values can map to during rating.
Before you begin
My MATRIXX must contain the normalizer template that you want to use for this normalizer that implements the Zoning normalization algorithm.
Procedure
- In Normalizers, click New Normalizer.
-
In Create New Normalizer:
- In Name, enter a unique name.
- (Optional) In Description, enter descriptive information about the item.
- (Optional) In External ID, enter any alphanumeric character to serve as a unique ID on this pricing object. The external ID can be used for any reason that is meaningful to your implementation of MATRIXX Engine. External IDs are saved to the pricing configuration file and loaded into the Pricing database.
- From the Normalizer Template list, select the name of the normalizer template that implements the normalization algorithm you want to use for this normalizer.
- Click Create.
-
In Start Date/Time, use the date
picker to select the date on which the object becomes active in the Pricing
database and is first available for use, or enter the date in the format
YYYY-MM-DD.
Optionally, enter a time for when the object becomes active. The default start
date/time is 2000–01–01 00:00:00. If applicable, the range in which the start
date/time must fall is listed. For example:
- Select a date on or before 2021–12–01.
- Select a date on or after 2020–01–27.
- Select a date between 2000–01–02 and 2021–10–04.
Note: If you are creating a new revision of this object, the start date/time must be after the start date/time of the preceding revision and before the start date/time of the next revision. If you are making a copy of this object, the start date/time is not copied. The new object is the first revision, so it has the default start date/time of 2000–01–01 00:00:00. -
If any metadata fields were defined in the normalizer template, they are listed under Default Metadata. For each piece of metadata, enter the fixed value to be associated with a
result. The value entered must correspond to the configured data type. This value is used in the following ways:
- No default value is defined in the normalizer template and --default-- is used to define the metadata value in the normalizer instance using the Edit Normalizer Values dialog.
- The default value is defined in the normalizer template under the Values table as --default--.
-
Add values to your normalizer's Value List by selecting a normalizer value list (step 6), entering
values manually (step 7), or by importing a CSV file (step 8).
Note: If using a normalizer value list, metadata is not supported. Therefore, any metadata listed under Default Metadata in Edit Normalizer does not display as columns in the Values table in Edit Normalizer Values if Use Normalizer Value List is selected.
-
If defining values by selecting a normalizer value list, perform the following steps for each zone to create:
-
If the normalizer template does not define any normalizer values and you are not using a
normalizer value list, then you can define the values within the normalizer instance by the following steps for each
zone to create:
- To add values by importing a CSV file, see the discussion about importing/exporting normalizer row values.
- Click Save.
-
Click or hover over the Rows menu icon and select Add Row.
- If the normalizer is using a normalizer value list, the first item in the list is added.
- If the normalizer is not using a normalizer value list, an empty row is added.
Any metadata defined in the normalizer template is displayed as columns in the Rows table. -
Perform the following steps for each parameter value to create.
- Double-click the Name cell in the row and select a parameter from the list.
- Click the From cell in the row and enter the number that defines the starting point, for example the IP address of the system initiating a download. This number can be a string or phone number data type.
- Click the To cell in the row and enter the number that defines the ending point, for example the IP address of the system providing the download content. This number can also be a string or phone number data type.
- Repeat these steps as needed. When adding or editing a row, a blue bar appears by the row to indicate that changes have been made. When the changes are saved, the UI automatically takes you to the newly added or updated row in the table after resorting the rows by name.
-
(Optional) Click or hover over the Rows menu icon and select Validate to check the normalizer values for errors.
Validation checks for errors caused by duplicate rows, gaps in ranges, overlapping ranges, and any other missing or invalid configurations. To perform the validation, My MATRIXX sorts the rows in the rate table according to the first parameter value.
- In Value If Field Not Present, select a parameter value to use when the field value is not set at the time of rating.
- (Optional) In Default, select a default parameter value to use when the incoming value does not match any of the defined values. If your normalizer has no rows, it must contain a default value.
- Click Save.