> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.cookiewow.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Cookie Category Slugs

# Cookie Category Slugs

Cookie Wow assigns a **slug** to each cookie category. This slug acts as a unique identifier that can be used in code implementations — for example, to configure [Google Analytics to collect anonymous data before user consent](https://help.cookiewow.com/th/article/google-analytics-anonymous-google-analytics-gtm-15c7rdb/).
---

### How to Find the Slug for Each Cookie Category:

1. [Log in to Cookie Wow](https://app.cookiewow.com/users/sign_in)
2. Select the domain you want to manage
3. Go to the **Cookie Management** menu
4. From the list on the left, select the cookie category you're interested in
5. Click **View Details** next to the category name
   ![](https://storage.crisp.chat/users/helpdesk/website/-/f/1/a/c/f1ac0320b192f000/screenshot-2568-05-27-at-11261_1gzx3av.png)

1. Copy the **slug** shown — you're ready to use it in your scripts
   ![](https://storage.crisp.chat/users/helpdesk/website/-/f/1/a/c/f1ac0320b192f000/screenshot-2568-05-27-at-11280_18ycou0.png)

---

**Tip:** You can use the slug in logic like this:

```javascript
window.cwcIsUserAccept('analytics')
```

to check if consent has been granted for that specific category before triggering services like Google Analytics, advertising tags, or cookies.