Light CMP is a consent management solution that helps to collect consent for data collection, analytics, targeting, personalization and whatever your business needs to fulfil legal or regulatory terms. If you are advertiser or publisher, you might benefit from full TCF compliant CMP but not every use case is the same so choice is yours.
To include light CMP 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("lightCMP");
};
document.body.appendChild(gravitoSDKTag);