What Cookies Are
Cookies are small data files placed by a website or third-party resource in a browser. Similar technologies include localStorage, which can store site preferences directly in the browser without sending them automatically with every web request.
Necessary Cookies and Storage
Necessary storage supports core functions such as remembering whether you accepted, rejected or customised cookie categories. The supplied project uses localStorage rather than a traditional first-party cookie for this purpose. This category is always enabled because the preference control cannot remember a decision without it.
Analytics Cookies
Analytics technologies can help an operator understand page visits, navigation paths, device categories and broad usage patterns. No analytics platform is implemented in the supplied local build. The optional toggle records only your category preference so a future operator can apply that choice before loading an analytics tool.
Preference Cookies
Preference technologies can remember interface choices, selected language, destination settings or display options. The current project uses localStorage only for the cookie preference object. The destination selector updates on the page but does not permanently save the selected state.
Marketing Cookies
Marketing technologies may be used to measure campaigns or personalise advertising across services. No advertising network or marketing pixel is included in this project. The marketing toggle remains available so the consent interface is ready for transparent future configuration.
Local Storage
The key australiaCasinoStaysCookiePreferences stores a JSON object containing necessary,
analytics, preferences and marketing values plus an update timestamp. Local storage is specific to the
browser profile and site origin. Opening the files under a different origin may create a separate
preference record.
Cookie Duration
The local preference value does not contain an automatic expiry date. It remains until you change it, clear browser data, use private browsing controls or the browser removes storage. Third-party resources may apply their own durations.
Third-Party Content
Google Maps, Google Fonts and Font Awesome are loaded from third-party services. Requests to those providers may reveal technical information and may be subject to provider-specific cookie and privacy rules. Blocking optional cookies on this website does not necessarily control storage created directly by third-party content.
Managing Preferences and Browser Controls
Select Cookie Settings in the footer to save new category choices. You can also use browser settings to inspect or remove cookies and site data, block third-party cookies, clear localStorage or set stricter tracking protection. Blocking external resources may affect maps, icons or typography.
Contact Information
Questions about cookie use can be sent to [email protected]. This policy should be reviewed if the website later adds hosting analytics, advertising, server-side forms or a booking platform.