Viewing promotion rules

You can view the list of promotion rules and the details for each rule from the Master entities page.

Viewing list of promotion rules

To view the list of promotion rules:

  1. Click the Oracle icon Image of the application navigation button. Use it to access the different parts of Oracle Unity. in the bottom-right corner to open the navigation menu.
  2. Select Master entities.
  3. Under Master entities, click the master entity you want to view.
  4. An image of the list of master entities

  5. Click the Promotion tab.
  6. An image of the promotion rules tab

Tip: You can also view promotion information by clicking Promotion within the visual display of the ID resolution pipeline in the middle of the page.

Each promotion rule will display the following information.

  • Rule name: The name used to identify the promotion rule in the application.
  • Status: Indicates if the rule is currently Active or Inactive.
  • Rule ID: The unique ID associated with the deduplication rule in the application.
  • Attributes used: The attributes used in the promotion rule. Click the More link to view the full list of attributes.
  • Last updated: The date the rule was last updated and the name of the user that updated it.

Viewing promotion rule details

To view details on an individual promotion rule:

  1. Click the Oracle icon Image of the application navigation button. Use it to access the different parts of Oracle Unity. in the bottom-right corner to open the navigation menu.
  2. Select Master entities.
  3. Under Master entities, click the master entity you want to view.
  4. An image of the list of master entities

  5. Click the Promotion tab.
  6. An image of the promotion rules tab

    Tip: You can also view promotion information by clicking Promotion within the visual display of the ID resolution pipeline in the middle of the page.

  7. Under Rule name, click to select the promotion you want to view.
  8. An image of the list of promotion rules

The page for the promotion rule will display.

An image of the promotion rule details page

You can review the following sections on the page.

Attributes to be promoted

This section displays the attributes from the master entity data object that will be populated after applying promotion criteria.

Promotion criteria

This section displays the conditions for the promotion rule. Customer records will be promoted in the order that is displayed. Each criteria has a specific merge type that defines how the promotion rule will select a value from multiple customer records:

  • MIN: Selects the lowest value.
  • MAX: Selects the highest value.
  • NOT_NULL: Eliminates records with null values before moving to the next promotion rule.
  • Group and score: Creates a group of data attributes and gives each a score. Data records score points when the attribute in a data record contains a value. The data set from the highest-scoring data record is the one that gets promoted.
  • Most trusted value: Identifies a data object and evaluates its trustworthiness based on provided logic. It then promotes the data set containing the most trusted value. For example, the most trusted email address might be the one that the customer has consented to receive email messages from, as opposed to the email address that is unsubscribed from receiving email messages.

Promotion rules in JSON

To view a promotion rule in JSON, click Edit.

An image of the edit button

Learn more about Managing promotion rules.

Default promotion rules for MasterCustomer

Review the default promotion rules for the MasterCustomer master entity and view them in JSON.

Promotion rule ID 1

This rule promotes the highest fidelity contact record (first name, last name, middle name, suffix, prefix, date of birth, age, and gender).

Promotion criteria:

  • GROUP_AND_SCORE

  • MOST_TRUSTED_VALUE

  • MAX

Promotion rule ID 2

This rule promotes the most complete mailing address (address line 1, address line 2, Zip code or postal code, country, state, city, and unit).

Promotion criteria:

  • GROUP_AND_SCORE

  • MAX

Promotion rule ID 3

This rule promotes the most appropriate email address (email address, and OKtoEmail).

Promotion criteria:

  • NOT_NULL

  • MOST_TRUSTED_VALUE

  • MAX

Promotion rule ID 4

This rule promotes the most appropriate mobile phone number (phone number, OKtoText).

Promotion criteria:

  • NOT_NULL

  • MOST_TRUSTED_VALUE

  • MAX

Learn more

Managing promotion rules

Master entities

Deduplication rules

Intelligent attributes

Creating master entities

Viewing deduplication rules

Editing deduplication rules

master entity, master entities, what is a master entity, data schema, data model, promotion rule, what is a promotion rule, view promotion rules