Introducing Gravito Pro CMP!

Gravito Pro CMP is a powerful, new tool from Gravito designed for ultimate customizability and flexibility. It provides a single, consistent setup-to-deployment process for all CMP frameworks, making consent management smoother than ever! ✨

Quick Reminder:

Have you registered with Gravito yet? 👉 Get Registered Here and unlock a world of possibilities with Gravito! 🚀

Gravito Pro CMP Configurator:

Use our intuitive configurator to create a consent banner tailored to your selected framework and specific needs. Customize it to perfection and make your website truly yours! 🔧

Easy Integration:

To include Gravito Pro CMP in your website, simply copy and paste the following script into your site’s code:

Note Replace gravitoPROCMPConfig with your config object.

window.gravitoPROCMPConfig = gravitoPROCMPConfig;

var gravitoSDKTag = document.createElement("script");
gravitoSDKTag.src = "https://cdn.gravito.net/prosdkbuilds/latest/sdk.js";
gravitoSDKTag.onload = function () {
  window.gravito.init("proCMP", "firstParty");
};
document.body.appendChild(gravitoSDKTag);