

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# Amazon Connect Customer Profiles の標準プロファイルへの Marketo オブジェクトのマッピング
<a name="mapping-marketo-objects"></a>

このトピックでは、Marketo オブジェクトのどのフィールドが、Customer Profiles の標準プロファイルオブジェクトのフィールドにマッピングされるかを示します。

## Marketo-leads オブジェクト
<a name="marketo-objects"></a>

Marketo-leads オブジェクト内のすべてのフィールドのリストを次に示します。
+ id
+ firstName
+ lastName
+ middleName
+ E メール
+ phone
+ mobilePhone
+ billingStreet
+ billingCity
+ billingState
+ billingCountry
+ billingPostalCode
+ アドレス
+ city
+ state
+ country
+ postalcode
+ gender
+ dateOfBirth

## Marketo-leads の標準プロファイルへのマッピング
<a name="mapping-marketo-leads-object"></a>

Marketo-Leads オブジェクトのフィールドの一部は、標準プロファイルにマップされます。


| Marketo-leads マッピング元フィールド | 標準プロファイルマッピング先フィールド | 
| --- | --- | 
| id | Attributes.MarketoLeadId | 
| sfdcAccountId | Attributes.sfdcAccountId | 
| sfdcContactId | Attributes.sfdcContactId | 
| firstName | FirstName | 
| lastName | LastName | 
| middleName | MiddleName | 
| E メール | EmailAddress | 
| phone | PhoneNumber | 
| mobilePhone | MobilePhoneNumber | 
| mobilePhone | MobilePhoneNumber | 
| billingStreet | BillingAddress.Address1 | 
| billingCity | BillingAddress.City | 
| billingState | BillingAddress.State | 
| billingCountry | BillingAddress.Country | 
| billingPostalCode | BillingAddress.PostalCode | 
| アドレス | Address.Address1 | 
| city | Address.City | 
| state | Address.State | 
| country | Address.Country | 
| postalcode | Address.PostalCode | 
| gender | 性別 | 
| dataOfBirth | BirthDate | 

Marketo の Marketo-leads 顧客データは、次の表に示すインデックスを使用して Amazon Connect お客様プロファイルに関連付けられます。


| 標準インデックス名 | Marketo-leads マッピング元フィールド | 
| --- | --- | 
| \_marketoLeadId | id | 
| \_salesforceAccountId | sfdcAccountId | 
| \_salesforceContactId | sfdcContactId | 

例えば、`_marketoLeadId`、`_salesforceAccountId`、および `_salesforceContactId` をキー名として [SearchProfiles API](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html) で使用すると、Amazon Connect お客様プロファイルを検索できます。特定のお客様プロファイルに関連付けられている Marketo-Leads オブジェクトは、[ListProfileObjects](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListProfileObjects.html) API を、`ProfileId` および `ObjectTypeName` を `Marketo-leads` に設定して使用すると検索できます。