"docs.beeswax.com" has a new address: "api-docs.freewheel.tv/beeswax." Please update your bookmarks accordingly.

Creative Approval Queue

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

MethodRestriction
GETNone
POSTPOST not allowed through the API. Creative Approval entries are automatically created when you manipulate a Creative.
PUTPUT not allowed except by Super Users.
DELETENone