此 隐私核心服务 “集成”是您应当用于所有访问和删除请求的方法。
使用创建隐私请求 POST 请求。
在创建请求之前,您需要定义要使用的命名空间。 有关详情,请参阅 隐私管理文档.
有效负载必须包含以下参数:
示例请求
此POST请求根据命名空间AMCDS2中定义的电子邮件对帐密钥创建隐私请求:
-X POST https://mc.adobe.io/<ORGANIZATION>/campaign/privacy/privacyTool \
-H 'Authorization: Bearer <ACCESS_TOKEN>' \
-H 'Cache-Control: no-cache' \
-H 'X-Api-Key: <API_KEY>' \
-H 'Content-Type: application/json;charset=utf-8'
{
"name":"PT11832",
"namespaceName": "AMCDS2",
"reconciliationValue": "customers@adobe.com",
"regulation": "gdpr",
"label":"Delete customers",
"type":"delete"
}
对POST请求的响应。
{
"PKey": "<PKEY>",
"audit": "",
"created": "2018-03-21 10:41:58.570Z",
"desc": "",
"gdprRequestData": {
"href": "https://mc.adobe.io/<ORGANIZATION>/campaign/head/privacyTool/<PKEY>/gdprRequestData/"
},
"href": "https://mc.adobe.io/<ORGANIZATION>/campaign/privacy/privacyTool/<PKEY>",
"label": "Delete customers",
"lastModified": "2018-03-21 10:41:58.570Z",
"name": "PT11832",
"namespace": {
"PKey": "<PKEY>",
"title": "Doc (AMCDS2)"
},
"namespaceName": "AMCDS2",
"reconciliationValue": "customers@adobe.com",
"regulation": "gdpr",
"retryCount": 0,
"status": "new",
"title": "Delete customers (PT11832)",
"type": "delete"
}