# POL-130 — The policy must disclose cookies, pixels and tracking

> The privacy policy must disclose the cookies, pixels, SDKs and tracking it uses, and how to opt out of them.

- **Rule ID:** POL-130
- **Layer:** Policy pages (`POLICY_PAGE`)
- **Checks:** `privacy policy body`
- **Severity:** MEDIUM — Usually survives review, but lowers your trust score or invites manual review.
- **When it bites:** Gates approval — get this wrong and registration is refused
- **How it is detected:** AI judgement over the crawled website or policy page
- **Fix type:** Fix the privacy policy or SMS terms
- **Required by:** CCPA
- **Applies:** Applies to every 10DLC registration.
- **Canonical URL:** https://ekas.io/rules/10dlc/policy-page/pol-130/

## Why this rule exists

For most brands this is ordinary privacy law with no messaging consequence — except where cart reminders are in scope, when the cookie section is what explains how the message was triggered at all. It is also the section most often contradicted by the site itself, which is what POL-108 catches.

## How to fix it

Describe the tracking the site actually loads and give the route to turn it off. Done when the section matches what a browser sees on the home page.

## Example of a compliant value

```text
We use cookies to keep your basket, to measure how the site is used, and — if you have joined the text programme — to tell when a basket was left unfinished. You can manage them from the cookie settings link in the footer.
```
