v1

latestOpenAPI 3.0.02026-07-2663155142.2 KB
Internal

Update user marketing information

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

patch/v1/client/user/marketing

Request body

appsflyerIdstring

The appsflyer id correlated with this user.

advertisingIdstring

The advertising id of the user's Android device.

ipstring

The client ip.

platform'ANDROID' | 'IOS' | 'WEB'

The client platform

campaignIdstring

The campaign which correlates with this user registration.

Example request

{
  "appsflyerId": "1341324-fqewfqewf",
  "advertisingId": "0746da22-9058-4e07-b4d3-da565a878a49",
  "ip": "66.60.226.104",
  "platform": "ANDROID",
  "campaignId": "917-Prize-Panda-Test"
}

Response

OK

dataobject