File: /var/www/html/fieldblaze.com/cookies.php
<!DOCTYPE HTML>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FieldBlaze App | Cookies</title>
<?php include('include/head.php'); ?>
</head>
<body data-spy="scroll" data-target=".header" data-offset="50">
<?php include('include/header.php'); ?>
<section class="hero-area" id="home">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="hero-area-content-inner text-center">
<h1>Cookie Preferences</h1>
</div>
</div>
</div>
</div>
</section>
<!-- hero area end -->
<!-- about section start -->
<section class="about-area ptb-90">
<div class="container">
<div class="row">
<div class="col-lg-12 text-left custom-content">
<p>
We and our third-party service providers use cookies and other common web tracking mechanisms to track information about your use of our Website and Services. We may use this information, which is collected and remains in aggregate form, to understand how visitors use our Website so that we can better tailor our interactions with you when you browse our Website and to improve our Website.
</p>
<h4>Cookie</h4>
<p>
A cookie is a small data file that our Website stores on your computer hard drive for record-keeping purposes. We use cookies for Website administration, such as maintaining your log-in or your preferences, to keep track of your navigation through our Website, and to observe your navigation across other sites in order to better match your interests to FieldBlaze’s products and services. Most web browsers automatically accept cookies. If you prefer not to receive cookies, you can set your browser to allow you to refuse the setting of all or some cookies. You can also refuse all cookies by turning them off in your browser. Although you may still use our Website without the cookies, some areas or features of our Website or Services may not function for you.
</p>
<h4>Third-Party Analytics</h4>
<p>
We also use automated devices and applications, such as Google Analytics to collect information in an anonymous form about how visitors use our Website. For information on Google’s privacy policy, please visit http://www.google.com. We also may use other analytic means to evaluate the use of our Website and Services and for analysis and statistical purposes. We use these tools to help us improve our Services, performance, and user experiences. These third parties may use cookies and other tracking technologies to perform their services.
</p>
<h4>Do Not Track</h4>
<p>
Some web browsers may let you enable a “do not track” feature that sends signals to the Websites you visit, indicating that you do not want your online activities tracked. This is different than blocking or deleting cookies, as browsers with a “do not track” feature enabled may still accept cookies. There is currently no industry standard for how companies should respond to “do not track” signals, although one may develop in the future. We do not respond to “do not track” requests or signals at this time. If we do so in the future, we will describe how in this Policy.
</p>
</div>
</div>
</div>
</section>
<!-- about section end -->
<?php include('include/footer.php'); ?>
<?php include('include/footer-script.php'); ?>
</body>
</html>