creative_approval_queue_history

Understanding the creative_approval_status field

The creative_approval_status field is filled automatically when a Creative Approval is submitted or feedback is received. The field is json with the following fields:

FieldValuesExample value
messageString with summary of what happened"Creative submitted to Google OK"
issuesList of objects describing critical problems with the creative in form:

[ {"code":"whatever","description":"longer whatever"} ]
'[{"code:"SSL Error","description":"Creative does not render in secure environments"}, {"code:"VPAID","description":"Creative returns VPAID errors"} ]'
correctionsList of objects describing non-critical problems with the creative in form:

[ {"code":"whatever","description":"longer whatever"} ]
Same as above
errorList of strings representing fatal errors with submission["Could not submit to Google"]
adminList of strings representing administrative notes relating to the submission.["No email set for this account"]
Query Params
int32

Unique id of the creative_approval_queue_history entry

int32

Unique id of the creative_approval_queue entry

int32

ID of the creative

int32

ID of the vendor such as Google

string

The latest action that is required to be performed on this queue entry. Valid actions are CREATE, PAUSE, RESUME, and DELETE. Not all actions are relevant to all vendors.

date

Date the latest approval was submitted

int32

Status of the latest approval request. Note, this is not the same as the status of the Creative with this vendor.

boolean

Whether this creative_id to vendor_id combination is currently in an approved state.

date

Date the queue entry was created or updated

Response

Language
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json