---
title: "POST /sdk/track/visit"
method: POST
path: "/sdk/track/visit"
tags: ["sdk"]
---

# POST /sdk/track/visit

`POST /sdk/track/visit`

Adds traffic data to the system

## Request body

- object
  - `id` string — A visit ID to send with subsequent requests to maintain the session. For first session pass id as null
  - `location` string — The landing page URL
  - `ref` string — Referral code of this visit
  - `referrer` string — Referring URL

## Response `200`

- unknown

## Other responses

- `403` — Not authenticated

---

[API](https://skmtc.dev/goaffpro/apis/goaffpro-api.md) · [All operations](https://skmtc.dev/goaffpro/apis/goaffpro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goaffpro/goaffpro-api/revisions/832de9c7d0ae/schema)
