プロモーション・ルールの表示
プロモーション・ルールのリストおよび各ルールの詳細は、「マスター・エンティティ」ページで表示できます。
プロモーション・ルールのリストの表示
プロモーション・ルールのリストを表示するには:
-
右下隅にあるOracleアイコン
をクリックして、ナビゲーション・メニューを開きます。
- 「マスター・エンティティ」を選択します。
- 「マスター・エンティティ」で、表示するマスター・エンティティをクリックします。
- 「プロモーション」タブをクリックします。
ヒント: プロモーション情報は、ページ中央のID解決パイプラインが表示部の「プロモーション」をクリックしても表示できます。
各プロモーション・ルールには、次の情報が表示されます。
- ルール名: アプリケーションでプロモーション・ルールを識別するために使用される名前。
- ステータス: ルールが現在「アクティブ」であるか非アクティブであるかを示します。
- ルールID: アプリケーションの重複除去ルールに関連付けられた一意のID。
- 使用済の属性: プロモーション・ルールで使用されている属性。「詳細」リンクをクリックすると、属性の完全なリストが表示されます。
- 最終更新: ルールが最後に更新された日付と、ルールを更新したユーザーの名前。
プロモーション・ルールの詳細の表示
個々のプロモーション・ルールの詳細を表示するには:
-
右下隅にあるOracleアイコン
をクリックして、ナビゲーション・メニューを開きます。
- 「マスター・エンティティ」を選択します。
- 「マスター・エンティティ」で、表示するマスター・エンティティをクリックします。
- 「プロモーション」タブをクリックします。
- 「ルール名」で、表示するプロモーションをクリックして選択します。
ヒント: プロモーション情報は、ページ中央のID解決パイプラインが表示部の「プロモーション」をクリックしても表示できます。
プロモーション・ルールのページが表示されます。
ページの次の各セクションを確認できます。
設定される属性
このセクションには、プロモーション基準の適用後に入力されるマスター・エンティティ・データ・オブジェクトの属性が表示されます。
プロモーション基準
このセクションには、プロモーション・ルールの条件が表示されます。顧客レコードは、表示されている順序で設定されます。各基準は、プロモーション・ルールで複数の顧客レコードから値を選択する方法を定義する特定のマージ・タイプをもちます。
- MIN: 最低値を選択します。
- MAX: 最高値を選択します。
- NOT_NULL: 次のプロモーション・ルールに移動する前に、null値を含むレコードを排除します。
- グループおよびスコア: データ属性のグループを作成し、各スコアを指定します。データ・レコードでは、データ・レコードの属性に値が含まれる場合にポイントがスコアリングされます。最高のスコアのデータ・レコードのデータ・セットは、昇格されるデータ・セットです。
- 最も信頼できる値: 指定されたロジックに基づいて、データ・オブジェクトを識別し、信頼性を評価します。次に、最も信頼できる値を含むデータ・セットを昇格します。たとえば、最も信頼できるEメール・アドレスは、Eメール・メッセージの受信からサブスクライブ解除されたEメール・アドレスとは対照的に、顧客がEメール・メッセージの受信を承諾したアドレスである場合があります。
JSONでのプロモーション・ルール
JSONでプロモーション・ルールを表示するには、「編集」をクリックします。
プロモーション・ルールの管理についてさらに学習します。
MasterCustomerのデフォルトのプロモーション・ルール
MasterCustomerマスター・エンティティのデフォルトのプロモーション・ルールを確認し、JSONで表示します。
プロモーション・ルールID 1
このルールは、最高忠実度の担当者レコード(名、姓、ミドル・ネーム、サフィクス、プリフィクス、生年月日、年齢、性別)を昇格します。
プロモーション基準:
-
GROUP_AND_SCORE
-
MOST_TRUSTED_VALUE
-
MAX

[
{
"tenantId": 100173,
"name": "MasterCustomer_ruleId1",
"versionTS": 1583969467016,
"active": true,
"lastModifiedBy": "system",
"createdTS": 1562190930797,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId1",
"atomic": true,
"outputAttributes": [
{
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "FirstName"
},
{
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "LastName"
},
{
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "MiddleName"
},
{
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "Suffix"
},
{
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "Prefix"
},
{
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "BirthDate"
},
{
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "Gender"
},
{
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "Age"
}
],
"configs": [
{
"tenantId": 100173,
"name": "confId_1_FirstName",
"versionTS": 1583969467094,
"active": true,
"createdTS": 1562190930825,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId1",
"configId": "confId_1_FirstName",
"mergeType": "GROUP_AND_SCORE",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "FirstName"
},
"order": 1,
"score": 2
},
{
"tenantId": 100173,
"name": "confId_1_LastName",
"versionTS": 1583969467171,
"active": true,
"createdTS": 1562190930852,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId1",
"configId": "confId_1_LastName",
"mergeType": "GROUP_AND_SCORE",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "LastName"
},
"order": 1,
"score": 1
},
{
"tenantId": 100173,
"name": "confId_2",
"versionTS": 1583969467248,
"active": true,
"createdTS": 1562190930878,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId1",
"configId": "confId_2",
"mergeType": "MOST_TRUSTED_VALUE",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "okToEmail"
},
"order": 2,
"arguments": {
"MostTrustedValues": {
"1": "N",
"2": "Y"
},
"MostTrustedValueDefault": 0
}
},
{
"tenantId": 100173,
"name": "confId_3",
"versionTS": 1583969467323,
"active": true,
"createdTS": 1562190930905,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId1",
"configId": "confId_3",
"mergeType": "MAX",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "IsActive"
},
"order": 3
},
{
"tenantId": 100173,
"name": "confId_4",
"versionTS": 1583969467397,
"active": true,
"createdTS": 1562190930931,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId1",
"configId": "confId_4",
"mergeType": "MAX",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "RowModifiedTS"
},
"order": 4
}
]
}
]
プロモーション・ルールID 2
このルールは、最も完全な郵送先住所(住所行1、住所行2、郵便番号、国、州や都道府県、市区町村および部屋番号)を昇格します。
プロモーション基準:
-
GROUP_AND_SCORE
-
MAX

[
{
"tenantId": 100173,
"name": "MasterCustomer_ruleId2",
"versionTS": 1583969466240,
"active": true,
"lastModifiedBy": "system",
"createdTS": 1562190930497,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId2",
"atomic": true,
"outputAttributes": [
{
"atype": ".ReferenceAttribute",
"tableName": "address",
"attributeName": "AddressLine1"
},
{
"atype": ".ReferenceAttribute",
"tableName": "address",
"attributeName": "AddressLine2"
},
{
"atype": ".ReferenceAttribute",
"tableName": "address",
"attributeName": "ZipCode"
},
{
"atype": ".ReferenceAttribute",
"tableName": "address",
"attributeName": "Country"
},
{
"atype": ".ReferenceAttribute",
"tableName": "address",
"attributeName": "State"
},
{
"atype": ".ReferenceAttribute",
"tableName": "address",
"attributeName": "City"
},
{
"atype": ".ReferenceAttribute",
"tableName": "address",
"attributeName": "ApartmentNo"
}
],
"configs": [
{
"tenantId": 100173,
"name": "confId_1_AddressLine1",
"versionTS": 1583969466354,
"active": true,
"createdTS": 1562190930530,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId2",
"configId": "confId_1_AddressLine1",
"mergeType": "GROUP_AND_SCORE",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "address",
"attributeName": "AddressLine1"
},
"order": 1,
"score": 7
},
{
"tenantId": 100173,
"name": "confId_1_AddressLine2",
"versionTS": 1583969466433,
"active": true,
"createdTS": 1562190930556,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId2",
"configId": "confId_1_AddressLine2",
"mergeType": "GROUP_AND_SCORE",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "address",
"attributeName": "AddressLine2"
},
"order": 1,
"score": 2
},
{
"tenantId": 100173,
"name": "confId_1_ZipCode",
"versionTS": 1583969466509,
"active": true,
"createdTS": 1562190930581,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId2",
"configId": "confId_1_ZipCode",
"mergeType": "GROUP_AND_SCORE",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "address",
"attributeName": "ZipCode"
},
"order": 1,
"score": 10
},
{
"tenantId": 100173,
"name": "confId_1_Country",
"versionTS": 1583969466587,
"active": true,
"createdTS": 1562190930608,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId2",
"configId": "confId_1_Country",
"mergeType": "GROUP_AND_SCORE",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "address",
"attributeName": "Country"
},
"order": 1,
"score": 6
},
{
"tenantId": 100173,
"name": "confId_1_City",
"versionTS": 1583969466662,
"active": true,
"createdTS": 1562190930635,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId2",
"configId": "confId_1_City",
"mergeType": "GROUP_AND_SCORE",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "address",
"attributeName": "City"
},
"order": 1,
"score": 6
},
{
"tenantId": 100173,
"name": "confId_1_State",
"versionTS": 1583969466742,
"active": true,
"createdTS": 1562190930662,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId2",
"configId": "confId_1_State",
"mergeType": "GROUP_AND_SCORE",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "address",
"attributeName": "State"
},
"order": 1,
"score": 4
},
{
"tenantId": 100173,
"name": "confId_2",
"versionTS": 1583969466819,
"active": true,
"createdTS": 1562190930689,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId2",
"configId": "confId_2",
"mergeType": "MAX",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "address",
"attributeName": "RowModifiedTS"
},
"order": 2
}
]
}
]
プロモーション・ルールID 3
このルールは、最も適切なEメール・アドレス(Eメール・アドレスおよびOKtoEmail)を昇格します。
プロモーション基準:
-
NOT_NULL
-
MOST_TRUSTED_VALUE
-
MAX

[
{
"tenantId": 100173,
"name": "MasterCustomer_ruleId3",
"versionTS": 1583969465709,
"active": true,
"lastModifiedBy": "system",
"createdTS": 1562190930274,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId3",
"atomic": true,
"outputAttributes": [
{
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "Email"
},
{
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "okToEmail"
}
],
"configs": [
{
"tenantId": 100173,
"name": "confId_1",
"versionTS": 1583969465781,
"active": true,
"createdTS": 1562190930302,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId3",
"configId": "confId_1",
"mergeType": "NOT_NULL",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "Email"
},
"order": 1
},
{
"tenantId": 100173,
"name": "confId_2",
"versionTS": 1583969465866,
"active": true,
"createdTS": 1562190930330,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId3",
"configId": "confId_2",
"mergeType": "MOST_TRUSTED_VALUE",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "okToEmail"
},
"order": 2,
"arguments": {
"MostTrustedValues": {
"1": "N",
"2": "Y"
},
"MostTrustedValueDefault": 0
}
},
{
"tenantId": 100173,
"name": "confId_3",
"versionTS": 1583969465941,
"active": true,
"createdTS": 1562190930358,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId3",
"configId": "confId_3",
"mergeType": "MAX",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "IsActive"
},
"order": 3
},
{
"tenantId": 100173,
"name": "confId_4",
"versionTS": 1583969466015,
"active": true,
"createdTS": 1562190930386,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId3",
"configId": "confId_4",
"mergeType": "MAX",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "RowModifiedTS"
},
"order": 4
}
]
}
]
プロモーション・ルールID 4
このルールは、最も適切な携帯電話番号(電話番号、OKtoText)を昇格します。
プロモーション基準:
-
NOT_NULL
-
MOST_TRUSTED_VALUE
-
MAX

[
{
"tenantId": 100173,
"name": "MasterCustomer_ruleId4",
"versionTS": 1583969465218,
"active": true,
"lastModifiedBy": "system",
"createdTS": 1562190930048,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId4",
"atomic": true,
"outputAttributes": [
{
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "Phone"
},
{
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "okToText"
}
],
"configs": [
{
"tenantId": 100173,
"name": "confId_1",
"versionTS": 1583969465288,
"active": true,
"createdTS": 1562190930080,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId4",
"configId": "confId_1",
"mergeType": "NOT_NULL",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "Phone"
},
"order": 1
},
{
"tenantId": 100173,
"name": "confId_2",
"versionTS": 1583969465359,
"active": true,
"createdTS": 1562190930109,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId4",
"configId": "confId_2",
"mergeType": "MOST_TRUSTED_VALUE",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "okToText"
},
"order": 2,
"arguments": {
"MostTrustedValues": {
"1": "N",
"2": "Y"
},
"MostTrustedValueDefault": 0
}
},
{
"tenantId": 100173,
"name": "confId_3",
"versionTS": 1583969465433,
"active": true,
"createdTS": 1562190930136,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId4",
"configId": "confId_3",
"mergeType": "MAX",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "IsActive"
},
"order": 3
},
{
"tenantId": 100173,
"name": "confId_4",
"versionTS": 1583969465506,
"active": true,
"createdTS": 1562190930163,
"tableId": "MasterCustomer",
"ruleId": "MasterCustomer_ruleId4",
"configId": "confId_4",
"mergeType": "MAX",
"attribute": {
"atype": ".ReferenceAttribute",
"tableName": "customer",
"attributeName": "RowModifiedTS"
},
"order": 4
}
]
}
]