The Adobe Cloud Platform SDKs provide General Data Protection Regulation (GDPR)-ready APIs for Controllers that allow users to retrieve locally stored identities and set opt status flags for data collection and transmission.
When Adobe provides software and services to an enterprise, Adobe acts as a data processor for any personal data it processes and stores as part of providing these services. As a data processor, Adobe processes personal data in accordance with your company’s permission and instructions (for example, as set out in your agreement with Adobe).
As a data controller, you can use the Adobe Cloud Platform SDKs to support GDPR retrieve and delete requests from your mobile apps.
For the Adobe Cloud Platform SDK portions of your mobile apps, you can use the following settings and methods:
-
To retrieve data from the SDKs, and send this data to your servers, use the
getSdkIdentities
method.For more information, see Retrieving Stored Identifiers In Android or Retrieving Stored Identifiers in iOS.
-
To set your opt status and help you with a GDPR data deletion request, use the following settings:
global.privacy
in the ADBMobileConfig.json configuration filesetPrivacyStatus
API method.
For more information, see Setting the User's Opt Status in Andriod or Setting the User's Opt Status in iOS.
- For more information about GDPR, see GDPR and Your Business.
- To see the GDPR API documentation, go to General Data Protection Regulation API.