Getting Started

Gravito CMP is TCF 2.1 compliant consent management platform. With gravito you can customize the look and feel of CMP so that it blends good with your website.

To include TCFCMP in copy and paste following script in your website.

Note Replace gravitoCMPConifg with your config object.

window.gravitoCMPConfig= gravitoCMPConfig // Your config object
var gravitoSDKTag = document.createElement("script");
gravitoSDKTag.src = "https://cdn.gravito.net/sdkv2/latest/sdk.js";
gravitoSDKTag.onload = function () {
  window.gravito.init("tcfCMP");
};
document.body.appendChild(gravitoSDKTag);