Versionv1

Get started (JavaScript)

For a minimal first install (~5 minutes), use Quickstart—small snippet, clear verification steps.

This page is the full reference install: common settings fields, optional gtagId, and placeholders for branding. The same shape of config appears on the public Intastellar Consents overview. Plans and pricing are on the product page.

Frameworks: SPAs and SSR (Next.js, etc.)

<script>
  window.INTA = {
    policy_link: "https://yourdomain.com/privacy-policy",
    settings: {
      rootDomain: "yourdomain.com",
      company: "yourcompany",
      arrange: "ltr",
      color: "#000000",
      logo: "https://yourdomain.com/logo.png",
      design: "overlay",
      gtagId: "G-XXXXXXXXXX",
      requiredCookies: [],
      keepInLocalStorage: [],
    },
  };
</script>
<script src="https://consents.cdn.intastellarsolutions.com/uc.js"></script>

Replace placeholders with your domain, company name, colours, logo URL, and measurement IDs. Omit gtagId until you use Google tags; see Quickstart step 2.

Privacy policy URL

Set a reachable privacy policy URL. Use policy_link and/or settings.privacy_policy on window.INTA. Missing or invalid URLs are a common reason the banner stays hidden—see the FAQ on the docs home.

Last updated