• Platform
    • The Osano Platform Overview

      Get an overview of the simple, all-in-one data privacy platform

    • header__icon-1
      Cookie Consent

      Manage consent for data privacy laws in 50+ countries

    • user-square
      Subject Rights Management

      Streamline and automate the DSAR workflow

    • assessments primary 200
      Assessments

      Efficiently manage assessment workflows using custom or pre-built templates

    • Unified Consent primary 200
      Unified Consent & Preference Hub

      Streamline consent, utilize non-cookie data, and enhance customer trust

    • data mapping primary 200
      Data Mapping

      Automate and visualize data store discovery and classification

    • shield-tick
      Vendor Privacy Risk Management

      Ensure your customers’ data is in good hands

    • Features & Integrations

      Key Features & Integrations

    • TrustHub
    • Privacy Templates
    • GDPR Representative
    • Consult Privacy Team
    • Regulatory Guidance
    • Integrations
  • Solutions
    • FEATURED
    • Cookie
      Consent & Preference Management

      Simplify compliance with our powerful Consent Management Platform.

    • shield-02
      Data Privacy Management

      Automate and streamline your entire privacy program with our comprehensive platform.

    • By Regulation
    • CPRA
    • CCPA
    • GDPR
    • By Organization Type
    • trend-up-01
      Start-Up
    • building-01
      Mid-sized
    • building-07
      Enterprise
    • By Use Case
    • badge icon checked primary 200
      Consent & Preferences
    • profile icon primary 200
      Privacy Program Management
    • Icon (14)
      DSAR Automation
    • Icon (15)
      Vendor Risk Management
    • By Roles
    • For Non-Privacy Experts
    • For Legal & Compliance
    • For GRC, Risk & Security
  • Resources
    • Quick Links
    • book-open-01
      Articles
    • Icon (25)
      Guides, Checklists & Recordings
    • hand a heart icon primary 200
      Customer Stories
    • people icon primary 200
      Upcoming Webinars & Events
    • Key Resources

      Key resources to level up your privacy game

    • hammer icon primary 200
      Privacy Enforcement Tracker
    • star icon primary 200
      Privacy Program Maturity Model
    • globe icon primary 200
      U.S. Data Privacy Guide
    • Privacy Insider

      Data privacy is complex, but you're not alone

    • Icon (17)
      The Podcast
    • envelope icon primary 200
      The Newsletter
    • book-open-01
      The Book
    • Customers

      The latest from Osano and how to get the most from the platform

    • Product Updates
    • Osano Help Center
    • Developer Documentation
    • Sign up for enforcement updates

      Get updates on data privacy enforcement actions & trends from Osano's privacy team.

  • Company
    • Vector
      About Us

      The Osano story

    • Icon (25)
      Careers

      Become an Osanian and help us build the future of privacy!

    • Icon (26)
      Contact

      We’re eager to hear from you

    • Icon (30)
      Partners & Resellers

      Interested in partnering with us?

    • Icon (28)
      Osano Swag Store

      Increase Trust. Stay Compliant. Get Cool Swag.

    • Icon (29)
      Press & Media

      Inquiries and Osano in the news

    • Icon (27)
      Data Licensing

      Add Osano data privacy ratings and recommendations to your application

    Osano-guarantee-seal (1)
  • Plans
  • Sign In Book a Demo

Troubleshooting

Solutions for Cookie Consent problems

Here you can find solutions to common problems. Report issues on Cookie Consent GitHub page.

1. How to get top pushdown to work with a fixed navigation bar?

You’ll need to add top margin to your navigation bar on popup open and remove it on close.

window.cookieconsent.initialise({ palette: {popup:{background:"#000"},button:{background:"#f1d600"}}, position: "top", static: true, onPopupOpen : function () { pushDown(this.element.clientHeight); }, onPopupClose : function () { pushDown(0); } }); function pushDown(height) { var navbar = document.getElementsByClassName(" NAVBAR CLASS ")[0]; navbar.style.transition = 'all 1s'; navbar.style.marginTop = height+'px'; }

2. Javascript TypeError

null is not an object (evaluating 's.firstChild')

This error message usually means that the body of your website is loaded dynamically and after Cookie Consent.

Try moving the scripts to the footer, just before the closing the body tag.

Cookie Consent is only available in English. However, you can configure every line of text on cookie consent window. This can be done dynamically on multilingual sites using your own translation files/scripts.

Example:
window.cookieconsent.initialise({ palette: { popup:{ background:"#000" }, button:{ background:"#f1d600" } }, content: { message: "//MESSAGE_IN_CURRENT_LANG", dismiss: "//DISMISS_BUTTON_IN_CURRENT_LANG" } });

What's New at Osano

Introducing Osano Privacy Legal Templates

Now, with Osano Privacy Legal Templates you can get started faster by leveraging templates generated by our global team of privacy experts.

Learn more

Introducing DSAR email intake

Capture data subject rights requests with the convenience of email and the efficiency of a dedicated intake form.

Learn more

New reworked DSAR and discovery

We've reworked and redesigned Osano Subject Rights Management and Data Discovery, unifying them into a single, seamless experience and creating automation to save you time.

Learn more

Stay GDPR compliant under new French ruling

Privacy regulators at the CNIL in France recently declared that Google Analytics violates GDPR. Osano’s new block list feature can disable Google Analytics in France to keep you compliant while allowing you to use Google Analytics in regions where it is still legal.

LEARN MORE

New in May 2022: DSAR conditional fields, 28 new integrations, and more!

Customize DSAR forms with conditional fields, serve consent banners in additional languages, use 28 new integrations for Data Discovery, and more! Check out our latest product announcement blog for demos, links, and more information.

LEARN WHAT’S NEW IN MAY

View more product updates

Osano product & engineering teams have been hard at work. View the full list of all product updates.

View Product Updates