# CMP Display Management for CCPA Compliance

### Conditional Display Based on Geolocation

Sirdata’s CMP automatically detects the user’s location and adjusts the display of the consent banner according to the applicable privacy laws.

For the **California Consumer Privacy Act (CCPA)**, the specific CCPA banner is **only shown to users located in U.S. states where such disclosure is legally required**, such as California.

> ✅ This behavior ensures a better user experience by limiting the CCPA banner display to only those users who are actually subject to the law.

***

### Option: Force Display Across All U.S. States

Upon request, it is possible to **enable an option that displays the CCPA banner to all users in the United States**, regardless of which state they are in.

> 🔧 This option is useful for companies that want to enforce a uniform policy or simplify their compliance strategy.

***

### “Do Not Sell My Personal Information” Button

In compliance with the CCPA, a **“Do Not Sell My Personal Information”** link is displayed **at the bottom of the website (footer)** once the banner has been closed.

This link allows users to reopen the banner and review or update their consent preferences.

***

### Option: Remove the Footer Button

It is also possible to **disable the “Do Not Sell” button in the footer**. If this option is selected, it is recommended to provide an **alternative method** for users to reopen the CMP (e.g., via a link in the privacy policy, legal notice, or footer).

> ⚠️ Important: To remain compliant with the CCPA, users must always be able to revisit and adjust their privacy choices at any time.

***

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cmp.docs.sirdata.net/en/advanced-features/cmp-display-management-for-ccpa-compliance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
