Playbooks
Quick guides to get started with various deployment scenarios.
Deploy basic consent management banner and wire the tags on it
- Register/login to https://adminv2.gravito.net
- Navigate to CMP > Gravito CMP configurator > New Configuration
- Create configuration, you will find help from content menus and tooltips
- Upload configuration when satisfied with the result
- Generate deployment script from list of configurations, by clicking script icon in front of your config.
- Copy the script to clipboard (to deploy via GTM or similar) or download it to be uploaded to your server
- If you are up to deploy via GTM, follow the steps here
- Otherwise embed the uploaded cmp script to your website template, third party tags that you might have need to be wrapped with custom triggers that are listening to CMP events and consent being set
- Add link on your website from which the user can resurface the CMP, give the link id "manageSettings" or whatever you specified when configuring the CMP. Alternatively you can specify the link to call window.gravitoLightCMP.openPreferences()
- Test that CMP opens as it should and after accept/reject click the CMP won't surface again on page reload
Deploy consent management banner with first party API integration
- Register/login to https://adminv2.gravito.net
- If you have not added the domain you are up to deploy CMP to when registering, add the domain by going to Account > Register domains
- Add domain if needed
- Go to Domains > First party domains > New domain
- Select the domain you are planning to use CMP on, repeat the steps if you have multiple domains
- After you have added domain(s), you will have DNS settings to be made, add those to DNS server of your domain
- When you are complete with DNS settings wait few minutes (minimum) for the changes to propagate
- Open newly added first party domain from the list (click on Edit), check to confirm that you have done the required DNS settings and click on Validate
- After validation the certificate is created, repeat the steps for other domains if you added multiple
- Navigate to CMP > Gravito CMP configurator > New Configuration
- On the settings page of the configurator click on the "Use Gravito Backend" checkbox. you can optionally pass your first-party domain URL, else our code SDK will smartly derive it from the domain on which this configuration is deployed, We recommend keeping this field blank unless you need it
- You will find help from content menus and tooltipsUpload configuration when satisfied with the result.
- Generate deployment script from list of configurations
- Copy the script to clipboard (to deploy via GTM or similar) or download it to be uploaded to your server
- If you are up to deploy via GTM, follow the steps here
- Otherwise embed the uploaded cmp script to your website template, third party tags that you might have need to be wrapped with custom triggers that are listening to CMP events and consent being set
- Add link on your website from which the user can resurface the CMP, give the link id "manageSettings" or whatever you specified when configuring the CMP. Alternatively you can specify the link to call window.gravitoLightCMP.openPreferences()
- Validate that there is request made to https://gto.
when CMP loads on your website (on first page load) - Test that CMP opens as it should and after accept/reject click the CMP won't surface again on page reload