1. Help Center
  2. General Information

DNT - Do Not Track signal

Gamoshi's policy regarding DNT (Do Not Track signals) is described in detail below. The system is reacting to four signals coming in the Inventory's requests.

Device

  1. In the device object:

    dnt - recommended Standard “Do Not Track” flag which is set in the header by the browser:
    0 = Tracking is unrestricted.
    1 = Do not track.

    lmt - Limit Ad Tracking signal commercially endorsed (e.g., iOS, Android).
    0 = tracking is unrestricted.
    1 = tracking must be limited per commercial guidelines.

  2. In the Reg (Regulation) object:

    Coppa - Flag indicating if this request is subject to the COPPA regulations established by the USA FTC.
    0 = no.
    1 = yes.


User

  1. In the User object:
    yob - year on birth signals that the user's age is 13 or under.

 

Impacts

The spec specifically calls out these areas relevant for OpenRTB as “Personal Information” that is not to be collected:
Geo-location information is sufficient to identify the street name and name of a city or town. Persistent identifiers when they can be used to recognize a user over time and across different websites or online services.


Gamoshi is making all efforts to follow the IAB recommendations:

  1. OpenRTB Exchanges and Bidders should:
    1. Provide a facility for sites to be declared as “child-directed”.
    2. Implement the regulations object extension.
    3. Provide facilities within campaigns to target for and against this signal.
    4. Degrade the Geographic information to be less exact prior to logging or transmission.
    5. Suppress the assignment and synchronization of identifiers, depending on usage.

Gamoshi additionally manipulates the OpenRTB bid request object as follows:

  1. Device Object
    1. Suppress Didmd5, didsha1 device ID fields.
    2. Truncate IP field - remove lowest 8 bits.
    3. Truncate ipv6 field - remove lowest 32 bits.
  2. Geo Object
    1. Suppress lat and lon fields.
    2. Suppress the metro, city, and zip fields.
  3. User Object
    1. Suppress id, buyer uid, yob, and gender fields.