Try out
Edit window.INTA, preview the Intastellar Consents banner live, and copy the HTML snippet for your site.
Edit the JSON below to change window.INTA. The preview reloads when the JSON is valid. Policy URLs default to this site's privacy page. Preview uses same-origin localStorage as these docs.
Minimum setup
You only need a valid policy URL, rootDomain, company, and the uc.js tag. Everything else is optional branding or integrations.
<script>
window.INTA = {
policy_link: "https://yourdomain.com/privacy",
settings: {
rootDomain: "yourdomain.com",
company: "Your company",
},
};
</script>
<script src="https://consents.cdn.intastellarsolutions.com/uc.js"></script>What happens next
- You paste the two script tags high in <head>, before analytics or marketing tags.
- uc.js reads window.INTA and shows the banner if the policy URL responds.
- The visitor accepts, rejects, or changes granular choices; the CMP stores the decision (cookies / storage per your domain).
- On consent changes, cookie_consent_update is pushed to dataLayer for GTM — watch it in the console below.
- Wire GTM / vendor tags to those signals (see Quickstart, Events and API).
Paste the copied snippet in <head> before other tracking scripts. Quickstart has placement rules.
Event / debug console
dataLayer pushes, preview messages, and forwarded console output from the iframe appear here. Interact with the banner to see
cookie_consent_update.Banner previewWide desktop frame (1280px) — scroll horizontally if the panel is narrower.
Loading preview…
Last updated