使用Flow Service API将Salesforce Marketing Cloud连接到Experience Platform
阅读本指南,了解如何使用Flow Service API将您的Salesforce Marketing Cloud帐户连接到Adobe Experience Platform。
快速入门
本指南要求您对Experience Platform的以下组件有一定的了解:
以下部分提供使用Flow Service API成功连接到Azure Synapse Analytics所需了解的其他信息。
使用Experience Platform API
有关如何成功调用Experience Platform API的信息,请参阅Experience Platform API快速入门指南。
以下部分提供了使用Flow Service API成功连接到Salesforce Marketing Cloud时需要了解的其他信息。
收集所需的凭据
有关身份验证的信息,请阅读Salesforce Marketing Cloud 身份验证概述。
使用Experience Platform API
有关如何成功调用Experience Platform API的信息,请阅读Experience Platform API快速入门指南。
将Salesforce Marketing Cloud连接到Azure上的Experience Platform
请阅读以下内容,了解如何创建基本连接并将您的Salesforce Marketing Cloud帐户连接到Azure上的Experience Platform。
创建基本连接 azure-base
基本连接 存储将源系统链接到Adobe Experience Platform的密钥信息。 这包括:
- 您来源的身份验证凭据
- 连接的当前状态
- 唯一的 基本连接ID
基本连接ID 允许您浏览和浏览源中的文件,帮助您识别要摄取的项及其数据类型和格式。
要创建基本连接ID,请向/connections
端点发送POST请求,包括请求参数中的Salesforce Marketing Cloud身份验证凭据。
API格式
POST /connections
请求
以下请求为Salesforce Marketing Cloud创建基本连接。
code language-shell |
---|
|
table 0-row-2 1-row-2 2-row-2 3-row-2 4-row-2 | |
---|---|
属性 | 描述 |
auth.params.host |
|
auth.params.clientId |
与您的Salesforce Marketing Cloud应用程序关联的客户端ID。 |
auth.params.clientSecret |
与您的Salesforce Marketing Cloud应用程序关联的客户端密钥。 |
connectionSpec.id |
Salesforce Marketing Cloud连接规范ID: ea1c2a08-b722-11eb-8529-0242ac130003 。 |
响应
成功的响应返回新创建的基本连接的详细信息,包括其唯一标识符(id
)。
code language-json |
---|
|
将Salesforce Marketing Cloud连接到Amazon Web Services上的Experience Platform aws
有关如何将您的Salesforce Marketing Cloud帐户连接到AWS上的Experience Platform的信息,请阅读以下步骤。
创建基本连接 aws-base
API格式
POST /connections
请求
以下请求为Salesforce Service Cloud创建基本连接以连接到AWS上的Experience Platform。
code language-shell |
---|
|
响应
成功的响应返回新创建的基本连接的详细信息,包括其唯一标识符(id
)。
code language-json |
---|
|
为Salesforce Marketing Cloud数据创建数据流
现在您已成功连接Salesforce Marketing Cloud帐户,您现在可以创建数据流并将营销自动化提供商中的数据摄取到Experience Platform。