---
title: "/reporting/users/touchpoints"
method: GET
path: "/reporting/users/touchpoints"
---

# /reporting/users/touchpoints

`GET /reporting/users/touchpoints`

## Query parameters

- `user_id` string, required
- `game_id` integer, required

## Headers

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

## Response `200`

200

- object
  - `clicks` object[]
    - `id` string
    - `game_id` integer
    - `team_id` integer
    - `network` string
    - `campaign` string
    - `influencer` string
    - `ad_group` string
    - `ad` string
    - `cost_model` unknown
    - `cost_currency` unknown
    - `cost_amount` unknown
    - `attribution_window` integer
    - `click_url` string
    - `destination_url` string
    - `network_click_id` unknown
    - `ip` string
    - `session_id` string
    - `unique` boolean
    - `useragent` string
    - `clicked_at` string
    - `country` string
    - `region` string
    - `city` integer
    - `created_at` string
  - `impressions` object[]
    - `id` string
    - `game_id` integer
    - `team_id` integer
    - `network` string
    - `campaign` string
    - `influencer` string
    - `ad_group` string
    - `ad` string
    - `cost_model` unknown
    - `cost_currency` unknown
    - `cost_amount` unknown
    - `attribution_window` integer
    - `impression_url` string
    - `network_impression_id` unknown
    - `ip` string
    - `session_id` string
    - `unique` boolean
    - `useragent` string
    - `requested_at` string
    - `country` string
    - `region` string
    - `city` integer
    - `created_at` string

---

[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)
