Customer Attributes support for California Consumer Privacy Act

Den här sidan beskriver Customer Attributes’ stöd för California Consumer Privacy Act (CCPA).

IMPORTANT
Innehållet i detta dokument är inte juridisk rådgivning och är inte avsett att ersätta juridisk rådgivning. Consult with your legal counsel for advice concerning the (CCPA).

The CCPA is California’s new privacy law, which is effective January 1, 2020. CCPA provides California residents new rights regarding their personal information and imposes data protection responsibilities on certain entities who conduct business in California. CCPA provides consumers with the right to access and delete their personal information and the right to opt out of certain activities that qualify as “selling” personal information to a third party.

Som företag avgör du vilka personuppgifter Adobe Experience Cloud behandlar och lagrar å dina vägnar.

Som tjänsteleverantör tillhandahåller Adobe Experience Cloud support för ert företag för att uppfylla de skyldigheter enligt CCPA som gäller för användning av Experience Cloud produkter och tjänster. This support includes managing requests to access and delete personal information.

Det här dokumentet beskriver hur Customer Attributes har stöd för åtkomst och borttagning av data från era registrerade med hjälp av Adobe Experience Platform Privacy Service API och användargränssnittet för Privacy Service.

For more information about the Adobe Privacy services for CCPA, see the Adobe Privacy Center.

Nödvändig konfiguration för att skicka begäranden Customer Attributes

Gör förfrågningar om åtkomst och borttagning av data för Customer Attributesmåste du:

  1. Identifiera följande:

    • Organization ID
    • Alias ID of CRS Data Source you want to act on
    • CRM ID of the profile you want to act on

    Your organization ID is a 24-character alphanumeric string appended with @AdobeOrg. Du behöver organisationens ID för att kunna skicka begäranden till sekretess-API:t. Kontakta Adobe kundtjänst på gdprsupport@adobe.com om du inte kan hitta ID:t.

  2. In Privacy Service, you can submit Access and Delete requests to Customer Attributes, and check the status of existing requests.

Required field values in Customer Attributes JSON Requests

företagskontext:

  • "namespace": imsOrgID
  • "value": <ditt organisations-ID-värde>

"användare":

  • "key": <vanligtvis kundens namn>

  • "action": antingen åtkomst eller delete

  • "user IDs":

    • "namespace": <Alias ID of CRS Data Source>

    • "type": integrationCode

    • "value": <CRM-ID>

  • "include": CRS (which is the Adobe product that applies to the request)

  • reglering: ccpa (som är den sekretessregel som gäller för begäran)

Exempel på JSON-begäran

{
  "companyContexts": [
    {
      "namespace": "imsOrgID",
      "value": "<IMS_ORG_ID>"
    }
  ],
  "users": [
    {
      "key": "<KEY>",
      "action": [
        "<access/delete>"
      ],
      "userIDs": [
        {
          "namespace": "<Alias ID of CRS Data Source>",
          "type": "integrationCode",
          "value": "<CRM ID>"
        }
      ]
    }
  ],
  "regulation": "<gdpr/ccpa/pdpa>",
  "include": [
    "CRS"
  ]
}

Datafält som returnerats för åtkomstbegäranden

attributes:
{
"value”:<*value*>,
"key”:<*key*>,
"displayName”:<*displayName*>
}
recommendation-more-help
872fc4ed-f5f7-4b59-a6f8-4ddabe5aac1f