Cmp Config Object


A CMP Config is a collection of settings and parameters defined within a consent management platform.

Currently only contains a toggle to manage the visibility of social components until site visitors provide their consent.

Properties
revisionintegerRead-onlyformat int64

Revision number, which increments by 1 each time the CMP config is updated. To prevent conflicting changes, the current revision must be passed when updating the CMP config.


createdDatestringRead-onlyformat date-time

Date and time the CMP config was created.


updatedDatestringRead-onlyformat date-time

Date and time the CMP config was last updated.


socialElementsBlockedboolean

Whether elements are blocked until consent is given.

Did this help?