---
title: "/trackers"
method: POST
path: "/trackers"
---

# /trackers

`POST /trackers`

## Headers

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

## Request body

- object
  - `game_id` integer, required — Game ID for the Tracker
  - `team_id` integer, required — Team ID to place the tracker in
  - `network` string — Network identifier
  - `campaign` string — Campaign identifier - arbitrary string
  - `influencer` string
  - `ad_group` string — Ad group identifier - arbitrary string
  - `ad` string — Ad identifier - arbitrary string
  - `name` string — Display name for the tracker
  - `cost_model` 'cpc' | 'cpm' — cpc will add cost_amount spend for every click recorded, cpm for every 1000 impressions
  - `cost_currency` string
  - `cost_amount` string — Decimal number passed as a string
  - `attribution_window` integer — Click attribution window in sections
  - `impression_attribution_window` integer — Impression attribution window in seconds
  - `destination_url` string — Destination to redirect the user to when they click on this Tracker
  - `referral_code` string — Referral code to be attached to this Tracker

## Response `200`

200

---

[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/versions/d0464e63fcda/schema)
