Understanding how to implement cookie consent correctly is just as important as having a consent manager in place. Below are the most common mistakes seen in cookie consent installations, along with best practices to avoid them.
One of the most common implementation issues is loading tracking technologies before the consent manager has a chance to initialize.
Your consent manager must be the first script to load on the page — before any other trackers, including tools such as Google Tag Manager, Google Analytics, Adobe Analytics, Hotjar, and similar technologies.
This is critical because the consent manager can only block or control content that loads after it. If trackers fire before the consent manager, they may begin collecting data before consent has been obtained, which creates compliance risk and increases exposure to consumer claims.
For guidance on installation order, see:
A consent manager can only block or manage content that has been properly classified within the platform.
In Osano, the process works as follows: Osano identifies discovered content, your team assigns the appropriate category to that content, and then saves and republishes those changes. Other consent management platforms may have different requirements, but the underlying principle is the same — if content has not been classified, it may not be managed correctly.
It is also important to classify all discovered content, not just selected scripts or cookies. Incomplete classification can leave gaps in enforcement and create compliance risk.
For more details on how to classify content correctly, see:
Not every company takes the same approach to consent, and part of implementation best practice is evaluating your actual level of risk.
Some businesses choose to operate with implied consent across the United States, meaning users are opted into tracking by default unless they opt out. Depending on the company's business model, use of data, and legal posture, that may be an acceptable choice.
That said, many organizations take a more restrictive view and require explicit consent in certain states. This is especially relevant in places such as California, Virginia, and Colorado, as well as other evolving jurisdictions. In practice, California remains the most litigious state, particularly in connection with claims under laws such as the California Invasion of Privacy Act (CIPA).
For this reason, companies should carefully evaluate whether their current banner behavior, consent model, and enforcement approach appropriately reflect their legal and business risk.
If you are unsure which consent model applies to your organization, consult your legal team or privacy counsel.