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
createdDatestringRead-onlyformat date-time

Date and time the CMP config was created.


revisionstringRead-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.


socialElementsBlockedboolean

Whether elements are blocked until consent is given.


updatedDatestringRead-onlyformat date-time

Date and time the CMP config was last updated.

Did this help?