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:


Response:

Response Code & Message

Please refer to the Adrop Error Code page. A successful response is indicated by:

{
    "code": 0,
    "msg": "OK"
}

Last updated