Buzz requires every Creative to undergo one or more approvals by different creative approval vendors (not to be confused with the Vendor object, which is unrelated). An example of a creative approval vendor would be Google, which requires pre-registration and approval for creatives prior to submission. Read more about the approval process in Creative Approvals.
The creative_approval_queue
object is automatically created when a new Creative is submitted, updated, or deleted, you cannot manually POST or PUT to this object . The creative_approval_queue_history object maintains a history of all actions per Creative-Vendor combination.
Request Status
The request_status
field for each Creative Approval object shows the current status of the approval with the following values:
NOT_SUBMITTED = 0
PENDING = 1
APPROVED = 2
PAUSED = 3
REJECTED = 4
ERROR = 5
DELETED = 6
IGNORED = 7
NON_FATAL_ERROR = 8
NON_FATAL_SUBMIT_ERROR = 9
SUSPICIOUS = 10
NOT_ENABLED = 11
Restrictions
Method | Restriction |
---|---|
GET | None |
POST | POST not allowed through the API. Creative Approval entries are automatically created when you manipulate a Creative. |
PUT | PUT not allowed except by Super Users. |
DELETE | None |