Adding a Banner

The Banner tab allows you to modify the banner elements such as text contents, background color, and button customization.

NOTE: This is only applicable for CCPA Experience. The GDPR Experience does not have a Banner tab.

  • Header – This section allows you to customize the header text and color that usually serves as the title of your banner.

     
  • Body – This section allows you to customize the body text color, background, and verbiage which form the main content of the banner. When embedding hyperlinks inside a Banner Body, the links should be added without the quotation marks.

    Example: <a href=https://www.trustarc.com/footer/privacy-policy target=_blank>Privacy Policy</a>
  • Manage Choices” Button – This section allows you to customize the text color, background, and verbiage of the Manage Choices button.

     
  • “Agree” Button – This section allows you to customize the text color, background, and verbiage of the Agree & Proceed button.

     
  • Decline All Button – When enabled, this section allows you to customize the text color, background, and verbiage of the Reject All button. This feature allows users to decline all tracking technologies so that they don't need to manually select the toggle to All No when giving their consent.

     
  • CSS Override – This section allows for a more substantial customization beyond just background and font coloration by having the ability to customize the styling, such as the headers, body, buttons, fonts, etc., in the CCM Pro portal.
Integrating the Do Not Sell or Share Link in Your Banner

To display a Do Not Sell or Share My Personal Information link in your banner, add the following anchor element to your banner’s HTML. When clicked, the link triggers the Individual Rights Manager (IRM) click listener, which opens the configured IRM form within the consent experience.

<a href="javascript:void(0)" id="do-not-sell-link" class="do-not-sell-link-banner" onclick="truste.eu.irmClickListener()">Do Not Sell or Share My Personal Information</a>

NOTE: This link requires IRM Integration to be enabled in your Location Settings. If the IRM Integration setting is not enabled, the link will not function as expected. See IRM Integration for configuration steps.