此 隱私權核心服務 整合是您應用於所有存取和刪除請求的方法。
隱私權請求是使用 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"
}