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.
How to Find the Slug for Each Cookie Category:
- Log in to Cookie Wow
- Select the domain you want to manage
- Go to the Cookie Management menu
- From the list on the left, select the cookie category you're interested in
- Click View Details next to the category name
- Copy the slug shown — you're ready to use it in your scripts
Tip: You can use the slug in logic like this:
window.cwcIsUserAccept('analytics')
to check if consent has been granted for that specific category before triggering services like Google Analytics, advertising tags, or cookies.
Updated on: 28/05/2025
Thank you!