Item Status
When a new Item is created, it has a status of CRAWLING. The possible values for Item status are listed below:
| Status | Description | Notes | |
|---|---|---|---|
| CRAWLING | While status is CRAWLING, the Item is in a read-only state - no fields can be modified. The Item should be polled repeatedly until its status changes. | See Creating a Campaign Item. |
|
| CRAWLING_ERROR | An error occurred while crawling - probably because of an invalid or incorrect URL. | Solution: try updating the Item's URL. |
|
| NEED_TO_EDIT | The item was successfully crawled, but some fields could not be parsed from the item's content - either thumbnail_url or title (or both). | Solution: try updating those fields that have a value of null. |
|
| PAUSED | User has paused the Item (is_active = false) |
| |
| STOPPED | User has deleted the Item. |
| |
| PENDING_APPROVAL | Item still needs to undergo Taboola approval process. |
Once approved, status will be set to RUNNING or PAUSED, depending on the value of the is_active field. | |
| REJECTED | Item was rejected during the Taboola approval process. |
| |
| RUNNING | Item is running. |
(Actual serving depends on multiple variables - e.g. campaign status, budget remaining, etc.) |
Updated 20 days ago
Did this page help you?
