本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
将 Marketo 对象映射到 Connect 客户档案中的标准配置文件
本主题列出了 Marketo 对象中的哪些字段映射到 Customer Profiles 中标准资料对象中的字段。
Marketo-leads 对象
以下是 Marketo-leads 对象中所有字段的列表
-
id
-
firstName
-
lastName
-
middleName
-
电子邮件
-
phone
-
mobilePhone
-
billingStreet
-
billingCity
-
billingState
-
billingCountry
-
账单 PostalCode
-
地址
-
city
-
状态
-
country
-
postalcode
-
gender
-
日期 OfBirth
映射 Marketo-leads 到标准配置文件
Marketo-leads 对象中的字段子集映射到标准配置文件。
| Marketo-leads 源字段 | 标准资料目标字段 |
|---|---|
|
id |
Attributes.MarketoLeadId |
|
sfdc AccountId |
Attributes.sfdcAccountId |
|
sfdc ContactId |
Attributes.sfdcContactId |
|
firstName |
FirstName |
|
lastName |
LastName |
|
middleName |
MiddleName |
|
电子邮件 |
EmailAddress |
|
phone |
PhoneNumber |
|
mobilePhone |
MobilePhoneNumber |
|
mobilePhone |
MobilePhoneNumber |
|
billingStreet |
BillingAddress.Address1 |
|
billingCity |
BillingAddress.City |
|
billingState |
BillingAddress.State |
|
billingCountry |
BillingAddress.Country |
|
账单 PostalCode |
BillingAddress.PostalCode |
|
地址 |
Address.Address1 |
|
city |
Address.City |
|
状态 |
Address.State |
|
country |
Address.Country |
|
postalcode |
Address.PostalCode |
|
gender |
Gender |
|
数据 OfBirth |
BirthDate |
使用下表中的索引,来自 Marketo 的 Marketo-leads 客户数据与 Connect 客户档案相关联。
| 标准索引名称 | Marketo-leads 源字段 |
|---|---|
|
_marketo LeadId |
id |
|
_salesforc AccountId |
sfdc AccountId |
|
_salesforc ContactId |
sfdc ContactId |
例如,您可以在 SearchProfilesAPI 中使用_marketoLeadId_salesforceAccountId、和_salesforceContactId作为密钥名称来查找 Connect 客户资料。通过使用ProfileId和ObjectTypeName设置为的 ListProfileObjectsAPI,您可以找到与特定客户资料关联的 Marketo-leads 对象Marketo-leads。