This website does not use cookies. Instead, it uses sessionStorage and localStorage, browser features that store data exclusively on your device. sessionStorage is automatically cleared when you close the browser tab. localStorage persists until you clear it manually. Neither is ever sent to any server. For more information, see the Privacy Policy.
Why sessionStorage is not a cookie
Unlike cookies, sessionStorage and localStorage data is never sent to any server with your requests. It stays entirely in your browser. sessionStorage is automatically deleted when the tab is closed; localStorage persists across sessions but can be cleared at any time. No website other than claimpaign.com can access it, and even we cannot read it from our servers.
Admin session
If you access the admin dashboard, your API key is stored in sessionStorage for the duration of the browser session. It is never transmitted anywhere other than to authenticate your API requests.
Theme preference
Your chosen color scheme (light or dark mode) is saved in localStorage so it persists across visits. If you have not made a choice, the site follows your system preference.
Language preference
Your selected language is saved in localStorage. On your first visit, the site detects your browser language and redirects you to the matching version if available. You can change the language at any time using the language switcher in the navigation.
Analytics
This website uses Cloudflare Web Analytics, a privacy-friendly, cookie-free analytics tool. It collects only aggregated usage data (page views, referrer, browser, country) and does not track individual visitors or use cookies. More details in the Privacy Policy.