www.gates.com Open in urlscan Pro
172.64.144.220  Public Scan

Submitted URL: http://mkto2.gates.com/NzMxLVNRQi03NjYAAAGODaFtcyG88wnmSlxfCbx0kD_wZ4fyv8OP_fmnKWIZBk8qgaYZL62SwCwMups_H3c4A6e6cTo=
Effective URL: https://www.gates.com/us/en/knowledge-center/resource-library/policies-and-statements/privacy-policy.html?mkt_tok=NzMx...
Submission: On September 12 via manual from DE — Scanned from AU

Form analysis 8 forms found in the DOM

<form><span class="fieldset">
    <p><input type="checkbox" value="check" id="chkMain" checked="checked" class="legacy-group-status optanon-status-checkbox"><label for="chkMain">Active</label></p>
  </span></form>

GET /us/en/search.html

<form action="/us/en/search.html" method="get" class="search-form">
  <div class="search-form__options js-search-options">
    <div class="search-form__selected js-search-type-trigger">
      <span class="js-selected-search-type">Products</span> <i class="toggle-arrow search-form__icon icon-angle-down"></i>
    </div>
    <div class="search-form__options-bottom">
      <ul class="reset-list">
        <li class="search-form__search-type js-search-type-option active" data-url="#" data-parameter="product" data-placeholder="Search by part number, product name, or keyword">Products</li>
        <li class="search-form__search-type js-search-type-option" data-url="#" data-parameter="content" data-placeholder="Search Content and Media">Content</li>
      </ul>
    </div>
  </div>
  <input type="hidden" name="searchType" id="searchType" value="product">
  <div class="input-box">
    <input type="text" data-type="search" name="text" id="search" class="input-text js-search-input" placeholder="Search by part number, product name, or keyword" autocomplete="off">
  </div>
  <div id="autocomplete-box">
    <!-- List will be populated through scripts -->
    <ul></ul>
  </div>
  <button class="icon-search" type="search"></button>
</form>

GET /us/en/ymm/search/vehicle/result.html

<form action="/us/en/ymm/search/vehicle/result.html" class="search-by-vehicle-form vps-button-form" method="GET">
  <ul class="form-list vehicle-form__list clearfix row" style="list-style: none;">
    <li class="vehicle-type step col-md-6">
      <label for="equipment-clazz" class="vehicle-form__label vehicle-form__label--type sr-only">Vehicle Class</label>
      <select class="select vehicle-type__select js-vehicle-select vehicle-class__select shift-dropdown" data-value="1" name="equipment-clazz" required="" onchange="vpsButton.changeSelect(this)">
        <option value="" selected="">Vehicle Class</option>
      </select>
    </li>
    <li class="vehicle-form__item vehicle-type step hide col-md-5 clearfix">
      <label for="vehicle-type" class="vehicle-form__label vehicle-form__label--type sr-only">Vehicle Details</label>
      <select class="select js-vehicle-select shift-dropdown" name="vehicle-type" disabled="" data-value="2" required="" onchange="vpsButton.changeSelect(this)">
        <option value="" selected="">Vehicle Details</option>
      </select>
    </li>
    <li class="vehicle-form__item step hide col-md-2">
      <label for="year" class="sr-only">Year</label>
      <select class="select vehicle-form__select js-vehicle-select" name="year" data-value="3" required="" disabled="" onchange="vpsButton.changeSelect(this)">
        <option value="" selected="">Year</option>
      </select>
    </li>
    <li class="vehicle-form__item step hide col-md-4">
      <label for="make" class="sr-only">Make</label>
      <select class="select vehicle-form__select js-vehicle-select shift-dropdown" name="make" data-value="4" required="" disabled="" onchange="vpsButton.changeSelect(this)">
        <option value="" selected="">Make</option>
      </select>
    </li>
    <li class="vehicle-form__item step hide col-md-2">
      <label for="model" class="sr-only">Model</label>
      <select class="select vehicle-form__select js-vehicle-select" name="model" data-value="5" required="" disabled="" onchange="vpsButton.changeSelect(this)">
        <option value="" selected="">Model</option>
      </select>
    </li>
    <li class="vehicle-form__item step hide col-md-4">
      <label for="engine" class="sr-only">Engine</label>
      <select class="select vehicle-form__select js-vehicle-select shift-dropdown" name="engine" data-value="6" required="" disabled="" onchange="vpsButton.changeSelect(this)">
        <option value="" selected="">Engine</option>
      </select>
    </li>
    <li class="vehicle-form__item step hide col-md-3">
      <button class="vehicle-submit width-100 button button-default" type="submit" disabled="">View Parts</button>
    </li>
  </ul>
</form>

GET /us/en/ymm/search/vin/result.html

<form action="/us/en/ymm/search/vin/result.html" method="GET" class="js-vin-search-form">
  <ul class="form-list vehicle-form__list clearfix vehicle-form__list--vin" style="list-style: none;">
    <li class="vin-number">
      <label for="vin" class="vehicle-form__label">Enter a VIN Number</label>
      <div class="input-box">
        <input type="text" name="vin" id="vin" class="input-text input-text--vin js-vin-input" placeholder="Enter a VIN Number">
      </div>
      <div class="vin-powered-by">
        <span>Powered By</span>
        <span class="sr-only">Omnivin</span>
        <img src="/content/dam/gates/home/vps/omnivin-logo.png" alt="Omni vin logo">
      </div>
    </li>
    <li class="vin-btn">
      <button type="button" class="vin-submit button button-default width-100 js-vin-submit" onclick="vpsButton.validateVinNumber(this)">FIND VEHICLE</button>
    </li>
    <li class="vin-requirements">
      <ul class="red-bullets red-bullets--vin" style="list-style: none;">
        <li>
          <span class="char-length-requirement length-mismatch">VIN must be exactly 17 characters in length</span>
        </li>
        <li>
          <span class="char-unique-requirement character-mismatch">The letters "I", "O" and "Q" never appear in a VIN </span>
        </li>
        <li>
          <span class="year-requirement year-mismatch">Vehicle year must be 1981 or newer</span>
        </li>
      </ul>
    </li>
  </ul>
  <div class="error-msg vin-search__error--modal"></div>
</form>

GET /us/en/ymm/search/interchange/result.html

<form action="/us/en/ymm/search/interchange/result.html" method="get" class="interchangeFrm">
  <label for="vehicle-part-number" class="vehicle-form__label">Enter a Part Number to view Gates’ solutions.</label>
  <ul class="form-list vehicle-form__list clearfix vehicle-form__list--interchange" style="list-style: none;">
    <li class="vehicle-form__item vehicle-form__item--interchange">
      <div class="input-box">
        <input type="text" id="partNumber" name="part-number" class="input-text vehicle-part-number" placeholder="Part Number">
      </div>
    </li>
    <li class="vehicle-form__item vehicle-form__item--interchange">
      <button type="button" class="width-100 button button-default" onclick="vpsButton.validateInterchange(this)">FIND PART</button>
    </li>
    <li>
      <div class="hints" onclick="vpsButton.hints()">
        <div class="hints__header">
          <span class="icon-question-mark"></span>
        </div>
      </div>
    </li>
  </ul>
  <div class="vps hints__content">
    <h2 class="hints__title">Search Hints</h2>
    <p>When searching for another automotive manufacturer or distributor part number only exact matches will be returned.</p>
  </div>
</form>

GET /us/en/ymm/search/vehicle/result.html

<form action="/us/en/ymm/search/vehicle/result.html" class="search-by-vehicle-form vps-button-form" method="GET">
  <ul class="form-list vehicle-form__list clearfix row" style="list-style: none;">
    <li class="vehicle-type step col-md-6">
      <label for="equipment-clazz" class="vehicle-form__label vehicle-form__label--type sr-only">Vehicle Class</label>
      <select class="select vehicle-type__select js-vehicle-select vehicle-class__select shift-dropdown" data-value="1" name="equipment-clazz" required="" onchange="vpsButton.changeSelect(this)">
        <option value="" selected="">Vehicle Class</option>
      </select>
    </li>
    <li class="vehicle-form__item vehicle-type step hide col-md-5 clearfix">
      <label for="vehicle-type" class="vehicle-form__label vehicle-form__label--type sr-only">Vehicle Details</label>
      <select class="select js-vehicle-select shift-dropdown" name="vehicle-type" disabled="" data-value="2" required="" onchange="vpsButton.changeSelect(this)">
        <option value="" selected="">Vehicle Details</option>
      </select>
    </li>
    <li class="vehicle-form__item step hide col-md-2">
      <label for="year" class="sr-only">Year</label>
      <select class="select vehicle-form__select js-vehicle-select" name="year" data-value="3" required="" disabled="" onchange="vpsButton.changeSelect(this)">
        <option value="" selected="">Year</option>
      </select>
    </li>
    <li class="vehicle-form__item step hide col-md-4">
      <label for="make" class="sr-only">Make</label>
      <select class="select vehicle-form__select js-vehicle-select shift-dropdown" name="make" data-value="4" required="" disabled="" onchange="vpsButton.changeSelect(this)">
        <option value="" selected="">Make</option>
      </select>
    </li>
    <li class="vehicle-form__item step hide col-md-2">
      <label for="model" class="sr-only">Model</label>
      <select class="select vehicle-form__select js-vehicle-select" name="model" data-value="5" required="" disabled="" onchange="vpsButton.changeSelect(this)">
        <option value="" selected="">Model</option>
      </select>
    </li>
    <li class="vehicle-form__item step hide col-md-4">
      <label for="engine" class="sr-only">Engine</label>
      <select class="select vehicle-form__select js-vehicle-select shift-dropdown" name="engine" data-value="6" required="" disabled="" onchange="vpsButton.changeSelect(this)">
        <option value="" selected="">Engine</option>
      </select>
    </li>
    <li class="vehicle-form__item step hide col-md-3">
      <button class="vehicle-submit width-100 button button-default" type="submit" disabled="">View Parts</button>
    </li>
  </ul>
</form>

GET /us/en/ymm/search/vin/result.html

<form action="/us/en/ymm/search/vin/result.html" method="GET" class="js-vin-search-form">
  <ul class="form-list vehicle-form__list clearfix vehicle-form__list--vin" style="list-style: none;">
    <li class="vin-number">
      <label for="vin" class="vehicle-form__label">Enter a VIN Number</label>
      <div class="input-box">
        <input type="text" name="vin" id="vin" class="input-text input-text--vin js-vin-input" placeholder="Enter a VIN Number">
      </div>
      <div class="vin-powered-by">
        <span>Powered By</span>
        <span class="sr-only">Omnivin</span>
        <img src="/content/dam/gates/home/vps/omnivin-logo.png" alt="Omni vin logo">
      </div>
    </li>
    <li class="vin-btn">
      <button type="button" class="vin-submit button button-default width-100 js-vin-submit" onclick="vpsButton.validateVinNumber(this)">FIND VEHICLE</button>
    </li>
    <li class="vin-requirements">
      <ul class="red-bullets red-bullets--vin" style="list-style: none;">
        <li>
          <span class="char-length-requirement length-mismatch">VIN must be exactly 17 characters in length</span>
        </li>
        <li>
          <span class="char-unique-requirement character-mismatch">The letters "I", "O" and "Q" never appear in a VIN </span>
        </li>
        <li>
          <span class="year-requirement year-mismatch">Vehicle year must be 1981 or newer</span>
        </li>
      </ul>
    </li>
  </ul>
  <div class="error-msg vin-search__error--modal"></div>
</form>

GET /us/en/ymm/search/interchange/result.html

<form action="/us/en/ymm/search/interchange/result.html" method="get" class="interchangeFrm">
  <label for="vehicle-part-number" class="vehicle-form__label">Enter a Part Number to view Gates’ solutions.</label>
  <ul class="form-list vehicle-form__list clearfix vehicle-form__list--interchange" style="list-style: none;">
    <li class="vehicle-form__item vehicle-form__item--interchange">
      <div class="input-box">
        <input type="text" id="partNumber" name="part-number" class="input-text vehicle-part-number" placeholder="Part Number">
      </div>
    </li>
    <li class="vehicle-form__item vehicle-form__item--interchange">
      <button type="button" class="width-100 button button-default" onclick="vpsButton.validateInterchange(this)">FIND PART</button>
    </li>
    <li>
      <div class="hints" onclick="vpsButton.hints()">
        <div class="hints__header">
          <span class="icon-question-mark"></span>
        </div>
      </div>
    </li>
  </ul>
  <div class="vps hints__content">
    <h2 class="hints__title">Search Hints</h2>
    <p>When searching for another automotive manufacturer or distributor part number only exact matches will be returned.</p>
  </div>
</form>

Text Content

Cookie Notice

We use cookies to personalise content and ads, to provide social media features
and to analyse our traffic. We also share information about your use of our site
with our social media, advertising and analytics partners.


Close
Accept Cookies
Cookie Settings


 * Your Privacy

 * Strictly Necessary Cookies

 * Performance Cookies

 * Functional Cookies

 * Targeting Cookies

 * Gates Cookie Policy

Privacy Preference Centre

Active

Always Active



Save Settings

Allow All

 * Contact Us
 * Where to Buy
 * en

Menu Menu


Products
 * Products
 * Content



 * Vehicle Parts Search


VEHICLE PARTS SEARCH

Close
 * Search By Vehicle
 * Search By Vin
 * Interchange


VEHICLE DETAILS

 * Vehicle Class Vehicle Class
 * Vehicle Details Vehicle Details
 * Year Year
 * Make Make
 * Model Model
 * Engine Engine
 * View Parts

 * Enter a VIN Number
   
   Powered By Omnivin
 * FIND VEHICLE
 * * VIN must be exactly 17 characters in length
   * The letters "I", "O" and "Q" never appear in a VIN
   * Vehicle year must be 1981 or newer


Enter a Part Number to view Gates’ solutions.
 * 
 * FIND PART
 * 


SEARCH HINTS

When searching for another automotive manufacturer or distributor part number
only exact matches will be returned.



Products By

 * Category
   Category
   Power Transmission
    * Micro-V Belts Micro-V Belts
        Micro-V Belts
      * Automotive Micro-V Belts
      * Industrial Micro-V Belts
      * Appliance Micro-V Belts
    * V-Belts V-Belts
        V-Belts
      * Automotive V-Belts
      * Banded V-Belt
      * Bandless V-Belt
      * Double V
      * Flat Belts
      * Fractional Horsepower
      * G-Force Recreation Belts
      * PU V-Belts
      * Round Belts
      * Truck Belts
      * Variable Speed
    * Special Belts Special Belts
        Special Belts
      * Lawn and Garden Belts
      * Recreational Vehicle Belts
      * Refrigeration Belts
      * Special Application Belts
    * Synchronous Belts Synchronous Belts
        Synchronous Belts
      * Poly Chain® Synchronous Belts
      * Rubber Synchronous Belts
      * Carbon Drive™ Belts
    * Automotive Timing Belts Automotive Timing Belts
        Automotive Timing Belts
      * Automotive Timing Belts
      * Automotive Timing Belts - Racing (RPM)
    * Gates TPU Polyurethane Belting Gates TPU Polyurethane Belting
        Gates TPU Polyurethane Belting
      * Synchro-Power™ Industrial Belting
      * Synchro-Clean™ Food Grade Belting
      * Fabrication and Accessories
    * Power Transmission Components Power Transmission Components
        Power Transmission Components
      * Bushings
      * Carbon Drive™ Cranksets
      * Carbon Drive™ Sprockets
      * Couplings
      * Decoupler Pulley
      * Engine Variable Timing Spool Valve Filters
      * Engine Variable Valve Timing Solenoids
      * Fan Brackets
      * Idler Pulleys
      * Other PT Metals
      * Sheaves
      * Sprockets
      * Tensioners
      * Timing Belt Pulleys
    * Water Pumps Water Pumps
        Water Pumps
      * Water Pumps (Electric)
      * Water Pumps (Standard, Heavy-Duty, Performance)
    * Power Transmission Kits Power Transmission Kits
        Power Transmission Kits
      * Coupler Kits (EuroGrip)
      * Serpentine Kits
      * Solution Kits
      * Timing Belt Component Kits
      * Timing Belt Component Kits - Racing
      * Timing Belt Component Kits w/ Water Pumps
    * Power Transmission Tools and Merchandisers Power Transmission Tools and
      Merchandisers
        Power Transmission Tools and Merchandisers
      * Power Transmission Merchandisers
      * Power Transmission Tools
      
   
      All Power Transmission
   
   
   Fluid Power
    * Hydraulic Hose and Couplings Hydraulic Hose and Couplings
        Hydraulic Hose and Couplings
      * Air Brake / Compressed Air
      * Ball Valves
      * Brass Adapters
      * Hydraulic Accessories
      * Hydraulic Adapters and Valves
      * Hydraulic Equipment and Crimpers
      * Hydraulic Hose Assemblies
      * Live Swivels
      * PTFE Hydraulic Hose and Couplings
      * Quick Disconnect Couplers
      * Spiral Wire Hose and Couplings
      * Textile Braid Hose and Couplings
      * Thermoplastic Hose and Couplings
      * Wire Braid Hose and Couplings
    * Hydraulic Tubing and Tube Fittings Hydraulic Tubing and Tube Fittings
        Hydraulic Tubing and Tube Fittings
      * Hydraulic Tube Fittings and Adapters
      * Hydraulic Tubing
    * Industrial Hose Industrial Hose
        Industrial Hose
      * Chemical
      * Food and Beverage
      * General Purpose
      * Marine and Engine Hose
      * Material Handling
      * Mining Hose and Couplings
      * Oilfield
      * Petroleum Transfer
      * Pressure Washer
      * Steam
      * Water
      * Couplings and Ferrules
    * High Pressure Oilfield Hose High Pressure Oilfield Hose
        High Pressure Oilfield Hose
      * Oilfield Accessories
    * Fluid Power Tools and Merchandisers Fluid Power Tools and Merchandisers
        Fluid Power Tools and Merchandisers
      * Fluid Power Assortments
      * Fluid Power Tools
      * Fluid Power Merchandisers
      * Hose Cutters
    * Engine Hose Engine Hose
        Engine Hose
      * Air Conditioning Hose and Couplings
      * Coolant Hose
      * Coolant Tanks
      * Fuel Line Hose
      * Heater Control Valves
      * Heater Hose
      * Power Steering
      * Hose Clamps and Couplings
      * Cooling Fan Modules
      * Turbocharger Oil Line
      * SCR
      * Vacuum Tubing
      * Transmission Oil Cooler Hose
      * Air Brake / Compressed Air
      * Other Engine Hose
      * Air Intake and Defroster Hose
      * Air Vent Hose
      * Emission Control Hose
      * Fuel Fill Hose
      * Turbocharger Hose
      
   
      All Fluid Power
   
   
   Other Products
    * Automotive Accessories Automotive Accessories
        Automotive Accessories
      * Static Straps
      * Splash Guards
    * Caps and Thermostats Caps and Thermostats
        Caps and Thermostats
      * Diesel Emissions Fluid (DEF) Caps
      * Fuel Cap/Cooling System Testers, Replacement Parts and Adapters
      * Thermostats
      * Fuel Caps
      * Thermostat Seals and Gaskets
      * Radiator Caps
      * Oil Caps
      * Coolant Outlets
      * Radiator Cap/Cooling System Testers, Replacement Parts and Adapters
    * Engine Hose (Air Intake/Emissions) Engine Hose (Air Intake/Emissions)
        Engine Hose (Air Intake/Emissions)
      * Air Intake and Defroster Hose
      * Air Vent Hose
      * Emission Control Hose
      * Turbocharger Hose
    * Service Station and Shop Support Hose Service Station and Shop Support
      Hose
        Service Station and Shop Support Hose
      * Gas Pump Hose
      * Air Service Hose
      * Multi-Use Hose
      * Signal Call Hose
      * Water Hose
    * Windshield Washer, Wiper and Vacuum Components Windshield Washer, Wiper
      and Vacuum Components
        Windshield Washer, Wiper and Vacuum Components
      * Washer and Vacuum Hose
      
   
      All Other Products
   
   
   Product Innovations
   
   PRODUCT INNOVATIONS FROM GATES
   
   You can count on Gates to supply innovative new products that push the
   boundaries of materials science. We engineer our products to continually
   exceed expectations and outperform industry standards. We are constantly
   expanding our product catalog and services to support every facet of our
   customer's operations.
   
   EXPLORE PRODUCT INNOVATIONS
   
   GATES MEGASYS™ MXG™ 4K HYDRAULIC HOSE
   
   

 * Vehicle Parts Search


VEHICLE PARTS SEARCH

Close
 * Search By Vehicle
 * Search By Vin
 * Interchange


VEHICLE DETAILS

 * Vehicle Class Vehicle Class
 * Vehicle Details Vehicle Details
 * Year Year
 * Make Make
 * Model Model
 * Engine Engine
 * View Parts

 * Enter a VIN Number
   
   Powered By Omnivin
 * FIND VEHICLE
 * * VIN must be exactly 17 characters in length
   * The letters "I", "O" and "Q" never appear in a VIN
   * Vehicle year must be 1981 or newer


Enter a Part Number to view Gates’ solutions.
 * 
 * FIND PART
 * 


SEARCH HINTS

When searching for another automotive manufacturer or distributor part number
only exact matches will be returned.

 * Industries
   
   Vehicle VIN Search
   
   Industries
    * Agriculture
    * Automotive
    * Construction
    * Consumer Products
    * Food & Beverage
    * General Manufacturing
    * Heavy Duty Industrial Equipment
    * HVAC
    * Lawn, Garden & Professional Landscaping
    * Machine Tools & Precision Equipment
    * Micromobility
    * Mining
    * Oil & Gas
    * Powersports
    * Truck & Bus
      
    * All Industries
   
   
 * Solutions
   
   Revolutionary Hose Solutions 
   
   Solutions
    * Revolutionary Hose Solutions
    * Product Innovations
    * Chain to Belt
    * Gates Carbon Drive
    * Gates G-Force™
    * MetalWorks
      
    * All Solutions
   
   
 * Knowledge Center
   
   Belt Tension Calculator
   
   Knowledge Center
    * Resources Library
    * Calculators
    * Engineering Applications
    * Mobile Apps
    * Training
    * Newsletters
    * Original Equipment Solutions & Services
    * Product Application Engineering
      
    * All Knowledge Center
   
   
 * About Us
   
   View Careers
   
   About Us
    * Company Overview
    * Executive Team
    * Investor Relations
    * Sustainability
    * Careers
    * News
    * Gates Joint Ventures
    * Supplier Information
    * Virtual Patent Marking
      
    * All About Us
   
   

 * Contact Us
 * Where to Buy
 * en



 1. Home
 2. Knowledge Center
 3. Resources Library
 4. Policies and Statements
 5. Privacy Policy

POLICIES AND STATEMENTS

 * Purchase Order Terms
 * Sales Terms and Conditions
 * Privacy Policy
 * Cookie Policy
 * Terms of Use
 * Supply Chain Transparency
 * Limited Warranty
 * Safety Recall Notice
 * Gates Job Applicants Privacy Statement
 * Supplier Code of Conduct
 * Anti-Corruption Policy
 * Conflict of Interest Policy and Disclosure Procedures
 * Gates do Brasil Industria e Comercio Ltda Privacy Policy
 * Gates China Privacy Policy
 * Gates Thailand Privacy Policy
 * Gates Argentina Privacy Policy


GLOBAL INTERNAL PRIVACY PRINCIPLES


GATES INDUSTRIAL CORPORATION PLC

Gates Industrial Corporation plc and its relevant affiliates (“Gates” or the
“Company”) are

committed to the highest standards of business conduct across all of the
Company’s activities and

operations. As part of this commitment, Gates takes privacy and data protection
very seriously.

Gates has, therefore, established these Global Internal Privacy Principles
(“Privacy Principles”)

which further detail how personal data will be collected, stored and processed
within Gates.

 

Further, many countries have enacted statutes and other laws that protect
certain types of personal

data. If Gates fails to comply with such laws, it may be liable towards data
subjects or be subject

to administrative and criminal sanctions. It is therefore important that each
person working with

personal data within Gates is aware of and complies with these Privacy
Principles, along with the

related policies noted below.

 

If you have any questions regarding these Privacy Principles, or how they should
be applied in

practice, please contact the Gates Law Department. To the extent there is any
conflict with or

additional requirements mandated by any local or regional law, Gates will comply
with all such

legal requirements.


RELATED POLICIES

These Privacy Principles are supplemented by a number of Gates policies,
including, but not


limited to:

 

 * Gates Industrial Europe SARL Privacy Policy
 * Gates do Brasil Industria e Comercio Ltda Privacy Policy
 * Gates China Privacy Policy
 * Gates Thailand Privacy Policy
 * Gates Argentina Privacy Policy
 * Gates Cookie Policy
 * Gates Information Security Policy
 * Gates Electronic Communication Retention Policy
 * Gates Records Retention Policy and accompanying Retention Schedules
 * Gates Job Applicants Privacy Statement


DEFINITIONS

In these Privacy Principles, “personal data” refers to any information
concerning an identified or

identifiable natural person (such as employees, contact persons at customers or
suppliers, etc.,

which are referred to as “data subjects”) or as such term is defined by local
applicable law.


GENERAL REQUIREMENTS

Data Uses


 

 * Fair and lawful processing – Gates processes personal data in a fair and
   lawful way.
   
   Before implementing a new process that involves personal data processing,
   Gates will
   
   strive to verify that applicable laws allow such processing; for example, the
   law may
   
   allow it because Gates has an obligation or right to process such personal
   data, or
   
   because it is necessary for Gates' legitimate interests to process such data
   so long as it
   
   does not adversely affect the rights of the data subject. Where required by
   law, Gates
   
   will use reasonable efforts to obtain the data subject's consent before
   processing such
   
   person's personal data.

    

 * Purpose limitation – Gates will collect and process personal data for
   specified, explicit
   
   and legitimate purposes only. For example, Gates may collect and use personal
   data:
   
   (a) in order to perform a contract; (b) where the data subject has provided
   consent; (c)
   
   
   where necessary in order for Gates to carry out its legitimate business
   activities (for
   
   more detail, please see above referenced Related Policies); (d) in order to
   comply with
   
   its legal obligations; (d) where there is an urgent safety or product recall
   notice; or (e)
   
   to consider a person’s application for employment with the Company.
   
    
   
   Gates will not use personal data collected for a specified purpose in a way
   incompatible
   
   with such purpose, taking into account the data subject's reasonable
   expectations and
   
   scope of any necessary consent. Therefore, before engaging in personal data
   collection,
   
   Gates will assess the purposes for which it intends to use such data, and use
   reasonable
   
   efforts to communicate such purposes to the data subject in accordance with
   
   transparency requirements. In each case where Gates uses personal data for
   purposes
   
   other than those for which the data was collected, Gates will inform the data
   subjects
   
   of such use and, where required, obtain their consent.

    

 * Special categories of data – Gates is aware that its processing activities
   may involve
   
   special categories of data, such as medical data or other sensitive data, and
   that such
   
   types of data are often granted a more protective status under data
   protection laws. In
   
   each case where Gates processes such special categories of personal data,
   Gates will
   
   verify whether its security measures take into account the nature of such
   data and the
   
   risks, and take additional measures as necessary to ensure fair and lawful
   processing of
   
   such data.

    

 * Data quality and minimization – Gates will strive to only process personal
   data that
   
   is adequate, relevant and proportionate to the purposes for which the
   personal data is
   
   collected and further processed. When implementing a new personal data
   processing
   
   activity, Gates will strive to assess whether all data collected from the
   data subject or a
   
   third party are proportionate for the intended use. Gates will also use
   reasonable efforts
   
   to regularly update data so as to avoid processing of inaccurate or
   incomplete data.

    

 * Data storage – Once Gates no longer needs personal data for the purposes for
   which
   
   it was collected, Gates will use reasonable efforts to delete or anonymize
   such data, in
   
   order to ensure the natural person to which such data relates can no longer
   be identified.
   
   When implementing a new personal data processing activity, Gates will
   determine an
   
   appropriate storage term and manage the data accordingly.

DATA SUBJECT RIGHTS

 * Transparency – Gates will inform the data subjects of its intended personal
   data
   
   processing before commencing such processing, in such manner as is
   appropriate,
   
   given the way in which the data was collected (such notices may be provided
   through
   
   a privacy policy, privacy clauses, privacy statements or information notice,
   for
   
   example). Gates will strive to inform the data subjects of all relevant
   details of the
   
   processing activities in a clear and understandable manner. Such details will
   include
   
   the identification of the Gates entity responsible for the data processing,
   the purposes
   
   for which data is being processed, the categories of recipients of the data,
   the data
   
   subject's right to access and rectification, and such other information as
   may be
   
   appropriate given the circumstances or as required under applicable law
   (e.g., by GDPR
   
   or LGPD).

    

 * Access, rectification and deletion – Gates will respond to requests from data
   subjects
   
   to access their data, to receive a copy or description of the information it
   possesses
   
   about them, or to have data be updated or deleted, in accordance with any
   procedural
   
   requirements and time frames as may be imposed by applicable laws, provided
   Gates
   
   does not have any lawful reason under any applicable law to continue to use
   and possess
   
   that information. All such requests shall be directed to Privacy@gates.com.

SECURITY AND CONFIDENTIALITY

 * Security – Gates will use reasonable efforts to implement appropriate
   technical and
   
   organizational measures to protect personal data against accidental or
   unlawful
   
   destruction or accidental loss, alteration, unauthorized disclosure or
   access, and against
   
   all other unlawful forms of processing, taking into account applicable law.
   When
   
   assessing which security measures are appropriate for a specific processing
   activity,
   
   Gates will take into account industry standards, the cost of implementing
   data security
   
   measures in relation to the risks represented by the processing, the nature
   of the specific
   
   types of data to be protected, and any data security measures required by
   applicable
   
   law.

    

 * Confidentiality – Gates will treat all personal data confidentially. When
   implementing
   
   a new personal data processing activity, Gates will assess which Gates
   personnel are
   
   required to have access to the personal data, taking into account their
   responsibilities
   
   and functions within Gates and the purposes for which the data is being
   processed.

THIRD PARTY PROCESSING AND DATA TRANSFER

 * Third party processors – For some personal data processing activities, Gates
   may
   
   need to involve a third party supplier (for example, IT providers, payroll
   providers,
   
   etc.). Gates is aware that in such case, it remains responsible for complying
   with
   
   applicable laws. Gates will therefore require through contractual provisions
   that such
   
   third party suppliers provide services in accordance with Gates’ privacy and
   data
   
   protection obligations. Gates will in any case use reasonable efforts to
   require that such
   
   suppliers only process personal data in accordance with Gates' instructions,
   and
   
   implement appropriate technical and organizational security measures.

    

 * Transfer of data – Gates is aware that different countries have different
   privacy and
   
   data protection rules, each offering a different level of protection to the
   data subject.
   
   Gates will use reasonable efforts not to transfer personal data across
   borders in a
   
   manner that adversely affects the rights of the data subjects (either within
   the Gates
   
   group or to external parties). More specifically, when transferring personal
   data from a
   
   country to another country that does not offer the same level of protection
   as the former,
   
   Gates will take such reasonable measures as are appropriate to continue
   ensuring an
   
   adequate level of protection for the personal data (e.g. agreed specific
   contractual
   
   provisions with the recipient of the data).

REGULATOR NOTIFICATION AND AUTHORIZATION

 * Gates is aware that in certain countries, certain personal data processing
   activities must
   
   be notified to and/or authorized by the local regulator. When implementing a
   new
   
   personal data processing activity, Gates will assess whether such
   notification or
   
   authorization is required, and act accordingly.

SPECIFIC PROCESSING ACTIVITIES

 * Gates is conscious that certain specific activities involving personal data
   or affecting
   
   persons' privacy (e.g. CCTV, direct marketing, employee monitoring, etc.) may
   be
   
   subject to specific additional or different rules and requirements (e.g.
   specific notice
   
   obligations, works council involvement, etc.). Gates will for each such
   activity
   
   undertake to identify the relevant rules and requirements, and follow
   applicable legal
   
   requirements.

WHO TO CONTACT:

Gates Data Privacy Team

Email: Privacy@Gates.com

 

Available in Other Languages:  

中文

Português

ไทย

Español - Argentina



 

ABOUT US

 

CUSTOMER SUPPORT

 

Company Overview

 

Contact Us

 

Executive Team   

 

Automotive Replacement & Support

 

Investor Relations

 

Limited Warranty

 

Careers 

 

Locations

 

News

 

Where To Buy

 

 

Policies

 

 

 


SIGN UP FOR OUR NEWSLETTER

Become a Gates Insider today.
Join Now


CONNECT WITH US

 * 

Supplier Login

© 2023

> Gates Corporation, All Rights Reserved.      Terms Of Use    |     Privacy
> Policy    |     Supply Chain Transparency    |    Safety Recall: CVT Clutch   
> |    Newsletters

Terms Of Use    |     Privacy Policy    |     Supply Chain Transparency    | 
  Safety Recall: CVT Clutch    |    Newsletters

© 2023

Gates Corporation, All Rights Reserved.

×


CHOOSE YOUR REGION OR LANGUAGE



North America



 

UNITED STATES

English


 

MEXICO

Español 





Europe



Deutsch

 

English

 

Español

 

Français





Asia Pacific



INDIA 

English

CHINA 

中文 

KOREA 

한국어

English

JAPAN 

日本語

English

AUSTRALIA AND NEW ZEALAND 

English



South America



BRAZIL 

Português 

ARGENTINA

Español  




--------------------------------------------------------------------------------



Gates Unitta Japan