Quick start

Installing Palladium Cookies on your site is done in three steps: create a domain in the console, copy the installation snippet, then verify that the banner is displayed.

Estimated time: 5 minutes for a standard site. No npm dependency, no build step required.

1. Create your account

Go to /login, create an account (Customer account role), then add your domain from /domains by entering its host name (e.g. tiendaluna.es). Palladium automatically generates a unique siteId in the format plm_xxxxxxxxxx.

2. Copy the snippet

On the domain page, click View install code. The snippet to paste in the <head> looks like:

<script src="https://votre-instance.palladium.io/js/palladium.js"
        data-site="plm_a9f4e2c7b3"
        data-lang="auto"
        defer></script>

3. Check

Reload your site. The banner appears automatically to new visitors (no plm_consent cookie). Once they make a choice, the floating button (bottom left) lets them revisit their preferences.

To test locally, add the data-debug="true" attribute to the tag: Palladium operations will then appear in the console.