🎉 OneTrust 202602.1.0 Released!

We are excited to announce the following enhancements in the OneTrust Developer Portal as part of OneTrust 202602.1.0 (Winter Release).

👍

For more information about the release and our product updates in the OneTrust Platform, refer to the OneTrust Release Notes page. Learn more about environment maintenance on the Current and Historic Maintenance page, and subscribe to proactive environment notifications on our System Status and Scheduled Maintenance page.

Cookie Consent

Existing Public Preview Features

Mobile App Consent

New Public Preview Features

  • New Parameters for Get Preference Center Data API
    Updated the Get Preference Center Data API response to include the purposesHeader and vendorsTypeHeader parameters within the general object of the pcUIData object of the response to communicate the localized headings configured for the Purposes and Vendors sections to SDKs. This enhancement allows you to mirror the exact mobile and CTV copy that admins set in OneTrust without hardcoding translations, keeping the on-device preference center consistent with the published experience.

  • Legitimate Interest Configuration for Reject All for CMP APIs
    Leverage the rejectAllButtonBehavior parameter within the appConfig object of the response when calling the following CMP APIs to configure objection to legitimate interest when rejecting all purposes.

    This enhancement improves compatibility with Google Limited Ads and feature parity with the CMP platform.

  • New Parameters to Support Layout Specifications
    Updated the Get Preference Center Data API  response to include the layout parameter within the general object of the pcUIdata object of the response. This parameter allows you to retrieve information on layout configurations in your CMP. This enhancement also creates parity between the CMP APIs and the admin interface when configuring CMPs for CTV applications.

  • Updated Vendor Disclosure Parameters
    The IABTCF_VendorsDisclosed and IABGPP_TCFEU2_VendorsDisclosed parameters within the storageKeys object of the following API's responses have been renamed to IABTCF_DisclosedVendors and IABGPP_TCFEU2_DisclosedVendors, respectively. These changes were made to accurately reflect IAB specifications. Customers that parse these parameters within the response should update their existing integrations to use the new parameter names.

  • Enhanced Error Handling for CMP APIs
    Updated the following APIs to include the warnings object of the response that contains the code and message parameters. This enhancement adds a warning message in the response when the SDK version does not match the published version and enables the CMP APIs to fall back to the latest published version.

Existing Public Preview Features

Third-Party Risk Management

  • New Delete Contract & Delete Engagement APIs
    Added the Delete Contract and Delete Engagement APIs to enable external systems and integrations to remove contracts and engagements programmatically. This enhancement allows you to manage the lifecycle of these entities through external integrations while maintaining proper authorization and data integrity.

  • Enhanced Contracts & Engagements Data Models
    Data models for various Contracts and Engagements APIs have been enhanced to add the following new objects and parameters:

    These updates enhance Contracts and Engagements APIs with improved vendor type visibility, redaction awareness, and schema metadata that enable more accurate data handling and simplify downstream reporting.

Universal Consent & Preference Management

General Availability

  • Bulk Edit & Delete Data Subjects
    Perform bulk actions on data subjects based on your specified criteria using the new DATA_SUBJECTS_BULK_ACTIONS export type that is now supported across all Bulk Export APIs. The following parameters were also added to support this new export type:

    • The actionType parameter was added to the Create Bulk Export API to support the following actions: DELETE used for deleting data subjects and REMOVE_TEST_FLAG used for removing test flags from data subjects used for testing purposes.
    • The testDataSubject parameter was added to the Create Bulk Export API to filter data subjects by the test flag.

    With this enhancement, the exported file will now contain the actionType value that was selected when the Create Bulk Export API was called. You can then review the records within the exported file and import it into the OneTrust Platform using the new Consent data subjects bulk actions import template, enabling you to quickly update large volumes of data subject records.

    For more information, see Bulk Importing Consent Records.

  • New Create Job API
    Added the new Create Job API to create scheduled jobs for completing data subject bulk actions initiated from the Create Bulk Export API, such as deleting data subjects and removing test flags from data subjects used for testing purposes. With this API, you can automate the import of the exported file without having to manually review and import the records.

Fixed