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. |
| |
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 | Solution: try updating those fields that have a value of |
|
PAUSED | User has paused the Item ( |
| |
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.) |