Last updated: January 22, 2025
HandheldAlly ("we", "our", or "us") uses cookies and similar technologies to help provide, protect, and improve our platform. This Cookie Policy explains how and why we use these technologies and the choices you have.
By using HandheldAlly, you consent to the use of cookies in accordance with this policy. If you do not accept the use of cookies, please disable them as instructed in this policy or leave the website.
Cookies are small text files that are placed on your computer or mobile device when you visit a website. They are widely used to make websites work more efficiently and provide information to website owners.
We also use similar technologies like local storage, session storage, and pixel tags for similar purposes. In this policy, we refer to all these technologies collectively as "cookies."
These cookies are necessary for the website to function properly. They enable basic functions like page navigation and access to secure areas of the website.
These cookies enable enhanced functionality and personalization, such as remembering your preferences.
These cookies help us understand how visitors interact with our website by collecting and reporting information anonymously.
These cookies may be set through our site by our advertising partners to build a profile of your interests.
Some cookies are placed by third-party services that appear on our pages. We do not control these cookies, and you should refer to the third party's privacy policy for more information.
You have several options for managing cookies:
Most web browsers allow you to control cookies through their settings. You can usually find these settings in the "Options" or "Preferences" menu of your browser. You can set your browser to:
When you first visit HandheldAlly, you'll see a cookie consent banner. You can manage your preferences at any time by:
You can opt out of specific third-party cookies:
⚠️ Important Notice
Disabling cookies may affect the functionality of HandheldAlly. Some features may not work properly without cookies, including login functionality, preference saving, and personalized recommendations.
Cookies are retained for different periods depending on their purpose:
We may update this Cookie Policy from time to time to reflect changes in our practices or for other operational, legal, or regulatory reasons. We will notify you of any material changes by posting the new Cookie Policy on this page and updating the "Last updated" date.
We encourage you to review this Cookie Policy periodically to stay informed about our use of cookies.
If you have any questions about our use of cookies or this Cookie Policy, please contact us at:
HandheldAlly Privacy Team
Prague, Czech Republic
EU Data Protection Officer available upon request
cookieConsentconst cookieCategories = {
essential: {
name: 'Essential',
description: 'Required for basic site functionality',
required: true,
cookies: ['session', 'auth', 'csrf']
},
functional: {
name: 'Functional',
description: 'Remember preferences and settings',
required: false,
cookies: ['theme', 'language', 'device']
},
analytics: {
name: 'Analytics',
description: 'Help us improve the platform',
required: false,
cookies: ['_ga', '_gid', 'performance']
},
marketing: {
name: 'Marketing',
description: 'Personalized ads and tracking',
required: false,
cookies: ['fbp', 'gcl', 'utm']
}
};// Check consent before setting analytics
const consent = JSON.parse(localStorage.getItem('cookieConsent') || '{}');
if (consent.analytics) {
// Initialize Google Analytics
gtag('config', 'GA_MEASUREMENT_ID');
}