/api/v2/web-api/attribution/ Add custom attribution
Adds marketing custom attribution data to a profile.
Request body
Indicates if the attribution is organic or non-organic.
One of: "organic", "non_organic", "unknown"
ID assigned to the user by the attribution source.
Marketing channel name.
Marketing campaign name.
Attribution ad group.
Attribution ad set.
Attribution creative keyword.
User ID you use in your app to identify the user if you do. For example, it can be your user UUID, email, or any other ID. Null if you didn't set it. Either customer_user_id or profile_id is required.
An identifier of a user in Adapty. You can find it in the Adapty ID field of the profile in the Adapty Dashboard. Either customer_user_id or profile_id is required.
Responses
The attribution is successfully added to the profile. The response body is blank.
Schema
Empty response body
Bad Request
Schema
Unauthorized
Schema
Not Found