Palace Tracker is designed with privacy in mind.
Palace Tracker does not use cookies or any form of persistent storage to track users. Each visit is independent, and no cross-session tracking occurs.
The tracker collects the following information:
Palace Tracker does NOT collect:
Users can disable tracking by:
localStorage.setItem('palace.disabled', 'true')// Allow users to opt-out
localStorage.setItem('palace.disabled', 'true');
// Check if user has opted out
if (localStorage.getItem('palace.disabled')) {
// Tracking is disabled
}Palace Tracker is designed to be GDPR-compliant by default:
Note: While the tracker is designed with privacy in mind, you should still review your specific legal requirements and privacy policy.