Update user marketing information

PATCH /v1/client/user/marketing

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

application/json

Body Required

  • appsflyerId string

    The appsflyer id correlated with this user.

  • advertisingId string

    The advertising id of the user's Android device.

  • platform string

    The client platform

    Values are ANDROID or IOS.

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • data object
PATCH /v1/client/user/marketing
curl \
 --request PATCH 'https://api.bitlabs.ai/v1/client/user/marketing' \
 --header "X-Api-Token: $API_KEY" \
 --header "X-User-Id: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"appsflyerId":"1341324-fqewfqewf","advertisingId":"0746da22-9058-4e07-b4d3-da565a878a49","platform":"ANDROID"}'
Request examples
{
  "appsflyerId": "1341324-fqewfqewf",
  "advertisingId": "0746da22-9058-4e07-b4d3-da565a878a49",
  "platform": "ANDROID"
}
Response examples (200)
{
  "data": {}
}