---
title: "Update user marketing information"
method: PATCH
path: "/v1/client/user/marketing"
tags: ["Internal"]
---

# Update user marketing information

`PATCH /v1/client/user/marketing`

Update User Marketing allows to update the user's marketing information.

## Request body

- MarketingUserPatchRequest
  - `appsflyerId` string — The appsflyer id correlated with this user.
  - `advertisingId` string — The advertising id of the user's Android device.
  - `ip` string — The client ip.
  - `platform` 'ANDROID' | 'IOS' | 'WEB' — The client platform
  - `campaignId` string — The campaign which correlates with this user registration.

## Response `200`

OK

- object
  - `data` object

---

[API](https://skmtc.net/bitlabs/apis/bitlabs-client-api.md) · [All operations](https://skmtc.net/bitlabs/apis/bitlabs-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitlabs/bitlabs-client-api/revisions/99209a6285bf/schema)
