Skip to main content

Settings to hide the Cookie Banner after visitor acceptance.

Written by AdOpt Support
Updated over 5 months ago

Check the availability of this feature in your plan

For your Cookie Banner to have the functionality of hiding the Banner and the Controller Widget after consent is given, just follow the tutorial below and... voilà! Both will be completely out of sight!


Check out our guided tutorial below or follow the steps below:

How to hide the Cookie Banner and the Controller Widget after acceptance?

  1. Log in to you AdOpt account.

  2. Access your (1) Organization.

  3. Select the (2) Disclaimer where you want to enable this feature.

  4. Go to (3) Settings of your Disclaimer.

  5. Toggle the (4) Fully hide the disclaimer and its controller after acceptance option.

  6. Click (5) Save to apply the new configuration.

hide-banner-after-acceptance-01-att.png.png

Now, your Cookie Banner, as well as the Controller Widget, will not show up anymore after consent is registered.

📢 Important: This means that the Tag will remain invisible after any user gives consent. The Disclaimer will only reappear if the user clears their browser cookies or if you modify your Tags (Disclaimers) and/or your privacy policy.

It is also possible to enable alternative ways for visitors to access the Disclaimer and review or manage their previous consent choices.


How to enable the Cookie Banner and the Controller Widget again?

To re-enable the Disclaimer, you can create a custom link or button on your website to allow users to reopen the Notice when needed.

Button to show the Disclaimer

This code generates a button on your website that makes the Disclaimer reappear when clicked. Copy and paste this tag into the <body> of your site or wherever you prefer. If you want to provide this functionality via a button, use the following code:

<button onclick="window.sendAdoptCommand('open')">Show Disclaimer</button>

Link to show the Disclaimer

This code generates a link that makes the Disclaimer reappear when clicked. Copy and paste this tag into the <body> of your site or wherever you prefer. If you want to provide this functionality via a link, use the following code:

<a href="javascript:void" onclick="window.sendAdoptCommand('open')">Button to Show the Disclaimer</a>
Did this answer your question?