POST /tag
(OPTIONAL - Only for NativeAd)
You can register additional information (tag) you want about the Account ID or Creative ID received through a webhook in JSON format on the Adrop server.
You can check the tag data through the accountTag or creativeTag field when receiving advertisement.
Body:
Name | Type | Mandatory | Description |
---|---|---|---|
id | STRING | YES |
|
tag | JSON | NO | Tagging data to be added to connect app data to Ad Account or Creative. |
Response:
Name | Type | Mandatory | Description |
---|---|---|---|
code | INT | YES | |
msg | STRING | YES | Adrop Error Code Message |
Response Code & Message
Please refer to the Adrop Error Code page. A successful response is indicated by:
Last updated