---
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
      - `capture_state` 'observed_no_referrer', nullable
      - `utm_source` string, nullable
      - `utm_medium` string, nullable
      - `utm_campaign` string, nullable
      - `utm_content` string, nullable
      - `utm_term` string, nullable
      - `utm_id` string, nullable
      - `utm_adgroup` string, nullable
      - `utm_asset_group` string, nullable
      - `utm_creative` string, nullable
      - `utm_content_id` string, nullable
      - `utm_placement` 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
      - `capture_state` 'observed_no_referrer', nullable
      - `utm_source` string, nullable
      - `utm_medium` string, nullable
      - `utm_campaign` string, nullable
      - `utm_content` string, nullable
      - `utm_term` string, nullable
      - `utm_id` string, nullable
      - `utm_adgroup` string, nullable
      - `utm_asset_group` string, nullable
      - `utm_creative` string, nullable
      - `utm_content_id` string, nullable
      - `utm_placement` 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
      - `capture_state` 'observed_no_referrer', nullable
      - `utm_source` string, nullable
      - `utm_medium` string, nullable
      - `utm_campaign` string, nullable
      - `utm_content` string, nullable
      - `utm_term` string, nullable
      - `utm_id` string, nullable
      - `utm_adgroup` string, nullable
      - `utm_asset_group` string, nullable
      - `utm_creative` string, nullable
      - `utm_content_id` string, nullable
      - `utm_placement` 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

> 13 revisions in range; 1 not diffed.

- **2026-09-16** `ca05fbc4893d` — 21 info
  - added the new optional request property `attribution/first_touch/anyOf[subschema #1: AttributionTouch]/capture_state`
  - added the new optional request property `attribution/first_touch/anyOf[subschema #1: AttributionTouch]/utm_adgroup`
  - added the new optional request property `attribution/first_touch/anyOf[subschema #1: AttributionTouch]/utm_asset_group`
  - added the new optional request property `attribution/first_touch/anyOf[subschema #1: AttributionTouch]/utm_content_id`
  - …17 more
- **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/c2bf613dbe8f?raw)
