2026 Optimizely Connect Platform release notes

  • Updated

The OCP database is not included in the free version of OCP. The free version syncs data in real-time without using the OCP database, letting you access public apps and data syncs.

Contact your Customer Success Manager if you have any questions.

Follow this article to receive email notifications when new Optimizely Connect Platform (OCP) content is added for 2026.

April

March

  • Enhanced support for nested fields under Source Fields and Destination Fields when configuring Field Mappings for data syncs between Content Marketing Platform (CMP) and Optimizely Graph. Building on the existing nested object and array support in OCP, you can now map nested source and destination fields with greater precision when syncing data between CMP and Graph. 
  • Added a data deletion option for data syncs between Content Marketing Platform (CMP) and Optimizely Graph created through OCP. When configuring the sync, select None to retain the data, Soft to keep the record with an expired timestamp, or Hard to permanently remove the data from Optimizely Graph.
  • Published an end-to-end guide to build a reference OCP app that lets developers build OCP apps with Optimizely Opal tools. The reference app is based on the publicly available Google Analytics 4 Opal tool and uses a simplified, externally ready version of the source code, making it easier for developers to understand the implementation pattern without internal dependencies. View the full source code on GitHub.

January

  • Simplified the process of adding a custom data sync source to an Optimizely Connect Platform (OCP) app. Previously, configuring a custom source required defining source-specific function, lifecycle, and jobs entries directly within each source in the app manifest. Custom sources now follow a streamlined three-step setup by declaring the sources in app.yml, declaring the schema, and emitting data using sources.emit().