Update user marketing information
Update User Marketing allows to update the user's marketing information.
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": {}
}