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:

NameTypeMandatoryDescription

id

STRING

YES

Ad Account Id or Creative Id (delivered through webhook notification)

tag

JSON

NO

Tagging data to be added to connect app data to Ad Account or Creative.


Response:

NameTypeMandatoryDescription

code

INT

YES

msg

STRING

YES

Response Code & Message

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

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

Last updated