---
title: "/games/{game_id}/do_not_track"
method: PUT
path: "/games/{game_id}/do_not_track"
---

# /games/{game_id}/do_not_track

`PUT /games/{game_id}/do_not_track`

## Path parameters

- `game_id` string, required

## Headers

- `Authorization` string, required
- `X-Api-Version` string

## Request body

- object
  - `user_ids` string[], required — List of IDs for users to add to the Do Not Track list
  - `sha256` string — Determines data hashing process. By default all IDs are hashed on the server side before storage. If you would prefer to SHA256 hash data before sending it to the API pass "client"
  - `consent_scopes` object — Granular consent settings for these users. If left to null then all data processing will be blocked for these users.
    - `processing` boolean — Represents that this user has consented to data processing. If this is set to `false` then all event payloads for this user will be rejected to prevent any data collection.
    - `attribution` boolean — Represents that this user has consented to attribution. If this is set to `false` then events for this user will still be recorded but they won't be attributed to any touchpoints.
    - `postbacks` boolean — Represents that this user has consented to their data being posted back to your partner Ad Networks. If this is set to `false` then events for this user will never be used to trigger postbacks.

## Response `200`

200

- object
  - `success` boolean

---

[API](https://skmtc.net/gamesight/apis/measurement-api-1.md) · [All operations](https://skmtc.net/gamesight/apis/measurement-api-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gamesight/measurement-api-1/revisions/d0464e63fcda/schema)
