Script lifecycle (JavaScript)
For a minimal install, follow Quickstart first.
Load order
- Define
window.INTAin an inline<script>in<head>. - Load
https://consents.cdn.intastellarsolutions.com/uc.jsimmediately after (see Quickstart or Get started).
Placing both early in <head> reduces the chance that analytics or marketing tags execute before the CMP initializes.
Blocking and consent
Non-essential trackers are blocked until the visitor makes a choice (accept / reject / granular, per product behaviour). After enforcement:
- Analytics and ad metrics may decrease compared to an unconstrained setup. That is expected when consent is applied honestly.
- Tags that respect Consent Mode (or your GTM triggers) should still receive correct consent signals after choice so reporting stays compliant.
Consent storage and proof
On paid / platform tiers, consent decisions can be logged for audit and reporting—see plans and pricing on the public site. The free banner still enforces UI and blocking; retention and export features depend on your plan.
Public JavaScript API
If you need named events, callbacks, or a programmatic API (e.g. dataLayer integration details), confirm the latest JavaScript API reference maintained for your deployment. This portal documents configuration (window.INTA) and integration patterns; low-level event names may ship in a separate developer reference.
Last updated