

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 在 Amazon Connect Customer Profiles 中，將 Marketo 物件映射至標準設定檔
<a name="mapping-marketo-objects"></a>

本主題列出 Marketo 物件中的哪些欄位映射到客戶設定檔標準設定檔物件中的欄位。

## Marketo-leads 物件
<a name="marketo-objects"></a>

以下是 Marketo-leads 物件中所有欄位的清單
+ id
+ firstName
+ lastName
+ middleName
+ email
+ phone
+ mobilePhone
+ billingStreet
+ billingCity
+ billingState
+ billingCountry
+ billingPostalCode
+ address
+ 城市
+ state
+ 國家/地區
+ 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 | 
| email | EmailAddress | 
| phone | PhoneNumber | 
| mobilePhone | MobilePhoneNumber | 
| mobilePhone | MobilePhoneNumber | 
| billingStreet | BillingAddress.Address1 | 
| billingCity | BillingAddress.City | 
| billingState | BillingAddress.State | 
| billingCountry | BillingAddress.Country | 
| billingPostalCode | BillingAddress.PostalCode | 
| address | Address.Address1 | 
| 城市 | Address.City | 
| state | Address.State | 
| 國家/地區 | Address.Country | 
| postalcode | Address.PostalCode | 
| gender | Gender | 
| dataOfBirth | BirthDate | 

Marketo-leads 客戶資料會使用下表中的索引與 Amazon Connect Customer Profiles 關聯。


| 標準索引名稱 | Marketo-leads 來源欄位 | 
| --- | --- | 
| \_marketoLeadId | id | 
| \_salesforceAccountId | sfdcAccountId | 
| \_salesforceContactId | sfdcContactId | 

例如，您可以使用 `_marketoLeadId`、`_salesforceAccountId` 和 `_salesforceContactId` 作為索引鍵名稱，並搭配 [SearchProfiles](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html) API 來尋找 Amazon Connect Customer Profiles。您可以使用 [ListProfileObjects](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListProfileObjects.html) API，並將 `ProfileId` 和 `ObjectTypeName` 設定為 `Marketo-leads`，以尋找與特定客戶設定檔關聯的 Marketo-leads 物件。