Info
Content

Inserting a CCPA "Do not sell my personal information" link into your website

Under CCPA you should add a link named "Do not sell my personal information" to your website. The link should be easy to find (e.g. on top of your page). When working with ConsentManager, the link should surface the consent opt out page. Therefore please use the following code in order to create this link:

<a href="#" onclick="__cmp('showCCPAScreenAdvanced'); return false">Do not sell my personal information</a>

CCPA settings
You can find the GDPR settings under CMPs > Edit > CCPA settings

Back to top