Cookie Policy

Learn how TowerGuard Champions uses cookies to enhance your gaming experience.

Introduction

This Cookie Policy explains how TowerGuard Champions ("we", "us", or "our") uses cookies and similar technologies when you visit our website or play our game. It explains what these technologies are and why we use them, as well as your rights to control our use of them.

Please read this Cookie Policy carefully before using TowerGuard Champions. By continuing to browse or use our services, you agree to our use of cookies as described in this policy. This policy should be read alongside our Privacy Policy and Terms and Conditions.

What Are Cookies?

Cookies are small text files that are stored on your computer, tablet, mobile phone, or other device when you visit a website. They are widely used to make websites work more efficiently, provide a better user experience, and to provide information to the owners of the site.

Cookies can be "persistent" or "session" cookies. Persistent cookies remain on your device when you go offline, while session cookies are deleted as soon as you close your web browser.

Examples of cookie functions include:

  • Remembering your preferences and settings
  • Keeping you logged in to your account
  • Helping us understand how you use our website
  • Measuring the effectiveness of our site functionality and marketing
  • Tailoring content and advertisements to your interests

Types of Cookies We Use

TowerGuard Champions uses various types of cookies for different purposes. Here are the main categories:

Essential Cookies

These cookies are necessary for the website to function properly. They enable core functionality such as security, network management, and account access. You cannot opt out of these cookies as the website cannot function properly without them.

Examples include:

  • Authentication cookies to identify logged-in users
  • Security cookies that help prevent cross-site request forgery
  • Session state cookies to remember your preferences

Analytical/Performance Cookies

These cookies allow us to count visits and traffic sources, to measure and improve the performance of our site. They help us know which pages are the most and least popular and see how visitors move around the site.

Examples include:

  • Google Analytics cookies to track user behavior
  • Performance cookies to monitor server uptime and response times
  • Error management cookies to help us improve the site by measuring errors

Functionality Cookies

These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages.

Examples include:

  • Language preference cookies to remember your preferred language
  • Customization cookies to remember game settings and preferences
  • User interface customization cookies

Targeting/Advertising Cookies

These cookies are used to deliver advertisements more relevant to you and your interests. They are also used to limit the number of times you see an advertisement as well as help measure the effectiveness of advertising campaigns.

Examples include:

  • Social media cookies for sharing and engagement
  • Third-party advertising cookies to deliver tailored advertisements
  • Retargeting cookies to show you products/features you've previously viewed

Third-Party Cookies

In addition to our own cookies, we may also use various third-party cookies to report usage statistics, deliver advertisements, and so on. These cookies may be placed by:

Google Analytics

We use Google Analytics to collect information about how visitors use our site. These cookies collect information in an anonymous form, including the number of visitors to the site, where visitors have come from, and the pages they visited.

Google AdSense

We use Google AdSense to show personalized advertisements on our site. These cookies are used to track the effectiveness of ads and to tailor advertisements to your interests based on your browsing habits.

Facebook Pixel

Facebook Pixel helps us measure the effectiveness of our advertising by understanding the actions people take on our website, and to reach people who have visited our site with relevant advertisements on Facebook.

Other Advertising Partners

We work with various advertising networks that use cookies to collect information about your browsing activities to provide you with relevant advertisements both on and off our website.

Managing Your Cookie Preferences

You have the right to decide whether to accept or reject cookies. You can exercise your cookie preferences in the following ways:

Browser Controls

Most web browsers allow you to control cookies through their settings preferences. The following links provide information on how to modify cookie settings in various browsers:

Cookie Consent Tool

When you first visit our website, a cookie banner will appear allowing you to accept or reject different categories of cookies. You can change your preferences at any time by clicking the "Cookie Settings" button at the bottom of our website.

Third-Party Opt-Out Tools

For cookies set by third-party services, you can opt out through their dedicated opt-out mechanisms:

Updates to This Cookie Policy

We may update this Cookie Policy from time to time to reflect changes in technology, regulation, or our business practices. Any changes will be posted on this page with an updated revision date. If we make significant changes, we will notify you through a notice on our website or by other means.

We encourage you to periodically review this Cookie Policy to stay informed about how we use cookies and related technologies.

Contact Us

If you have any questions about our use of cookies or this Cookie Policy, please contact us at:

TowerGuard Champions Support

Email: [email protected]

Website: https://www.bestchoice-game2025.com/contact

Last updated: March 2025

Back to Home

Ready to Start Your Tower Defense Adventure?

Experience the best strategic tower defense game with customizable privacy settings!

Download Now
.cookie-consent { position: fixed; bottom: 0; left: 0; right: 0; z-index: 101; background: #31465a; /* Secondary color from the tower defense palette */ box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.3); width: 100%; transform: translateY(100%); transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); border-top: 3px solid #b10207; /* Primary red color from the tower defense palette */ } .cookie-container { padding: 1.25rem 2rem; display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; } .cookie-content { display: flex; align-items: center; flex-grow: 1; } .cookie-title { font-size: 1.1rem; color: #ffffff; font-weight: 500; display: flex; align-items: center; gap: 0.75rem; margin-right: 1.5rem; margin-bottom: 0; white-space: nowrap; } .cookie-title i { color: #b10207; /* Primary red color from the tower defense palette */ font-size: 1.25rem; } .cookie-text { color: #e6e6e6; font-size: 0.9rem; margin: 0; line-height: 1.5; font-weight: 300; } .cookie-link { color: #ffffff; /* White text */ text-decoration: none; font-weight: 700; transition: all 0.3s ease; position: relative; } .cookie-link::after { content: ""; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background: #b10207; /* Primary red color from the tower defense palette */ transform: scaleX(0); transition: transform 0.3s ease; } .cookie-link:hover::after { transform: scaleX(1); } .cookie-buttons { display: flex; gap: 1rem; align-items: center; white-space: nowrap; } .cookie-button-reject, .cookie-button-accept { padding: 0.6rem 1.5rem; font-size: 0.85rem; font-weight: 500; cursor: pointer; transition: all 0.3s ease; border-radius: 8px; } .cookie-button-reject { background: transparent; color: #ffffff; border: 2px solid rgba(255, 255, 255, 0.2); } .cookie-button-reject:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-2px); border-color: rgba(255, 255, 255, 0.4); } .cookie-button-accept { background: #b10207; /* Primary red color from the tower defense palette */ color: #ffffff; border: 2px solid #b10207; } .cookie-button-accept:hover { background: #5f010a; /* Tertiary dark red color from the tower defense palette */ border-color: #5f010a; transform: translateY(-2px); } @media (max-width: 992px) { .cookie-container { flex-direction: column; padding: 1.25rem; } .cookie-content { flex-direction: column; align-items: flex-start; margin-bottom: 1.25rem; width: 100%; } .cookie-title { margin-bottom: 0.75rem; } .cookie-buttons { width: 100%; justify-content: space-between; } } @media (max-width: 576px) { .cookie-buttons { flex-direction: column; width: 100%; gap: 0.75rem; } .cookie-button-reject, .cookie-button-accept { width: 100%; text-align: center; } } '; if (!isset($_COOKIE["aprenderd_cookie_consent"])) { echo $cookieConsentHtml; } ?>