---
title: "Record Attribution"
method: POST
path: "/me/attribution"
tags: ["me"]
---

# Record Attribution

`POST /me/attribution`

## Request body

- RecordAttributionRequest — Persist a captured touch for the authenticated account only.
  - `attribution` AttributionData, required — First, latest, and separately preserved latest paid attribution.
    - `first_touch` AttributionTouch — A single captured attribution touch.
      - `attribution_version` integer
      - `captured_at` string, date-time, nullable
      - `landing_path` string, nullable
      - `referrer_path` string, nullable
      - `utm_source` string, nullable
      - `utm_medium` string, nullable
      - `utm_campaign` string, nullable
      - `utm_content` string, nullable
      - `utm_term` string, nullable
      - `fbclid` string, nullable
      - `twclid` string, nullable
      - `gclid` string, nullable
      - `gbraid` string, nullable
      - `wbraid` string, nullable
      - `partnership_code` string, nullable
      - `transaction_id` string, nullable
      - `creative_id` string, nullable
    - `last_touch` AttributionTouch — A single captured attribution touch.
      - `attribution_version` integer
      - `captured_at` string, date-time, nullable
      - `landing_path` string, nullable
      - `referrer_path` string, nullable
      - `utm_source` string, nullable
      - `utm_medium` string, nullable
      - `utm_campaign` string, nullable
      - `utm_content` string, nullable
      - `utm_term` string, nullable
      - `fbclid` string, nullable
      - `twclid` string, nullable
      - `gclid` string, nullable
      - `gbraid` string, nullable
      - `wbraid` string, nullable
      - `partnership_code` string, nullable
      - `transaction_id` string, nullable
      - `creative_id` string, nullable
    - `last_paid_touch` AttributionTouch — A single captured attribution touch.
      - `attribution_version` integer
      - `captured_at` string, date-time, nullable
      - `landing_path` string, nullable
      - `referrer_path` string, nullable
      - `utm_source` string, nullable
      - `utm_medium` string, nullable
      - `utm_campaign` string, nullable
      - `utm_content` string, nullable
      - `utm_term` string, nullable
      - `fbclid` string, nullable
      - `twclid` string, nullable
      - `gclid` string, nullable
      - `gbraid` string, nullable
      - `wbraid` string, nullable
      - `partnership_code` string, nullable
      - `transaction_id` string, nullable
      - `creative_id` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-10** `09ac75a22f0e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/helloaxel/apis/client-api-gateway/changes/me/attribution/post.md)

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc.dev/helloaxel/apis/client-api-gateway/revisions/106d2d712b27?raw)
