Advert Status Codes
Code is sent (when exist) on our notifications webhook, and it represents the actual status of the advert as given by the site.
You should use these statuses in your own implementation so that you can provide proper feedback to your users, as well as determine which operations you can execute. To see more which operations can be executed for each code, look at Publish Advert page.
Code | Description |
---|---|
active | The advert was successfully created and published. |
unpaid | The advert was not successfully created due to an unavailable package or insertion slots. |
moderated | The advert was moderated (by a moderator or by a moderation process) and is not published. |
outdated | The advert was moderated (by a moderator or by a moderation process) and is not published. |
removed_by_moderator | The advert was moderated (by a moderator or by a moderation process) and is not published. |
removed_by_user | The advert was removed by the user and is not published. |