get https://buzz-key.api.beeswax.com/rest/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:
Field | Values | Example value |
---|---|---|
message | String with summary of what happened | "Creative submitted to Google OK" |
issues | List 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"} ]' |
corrections | List of objects describing non-critical problems with the creative in form:[ {"code":"whatever","description":"longer whatever"} ] | Same as above |
error | List of strings representing fatal errors with submission | ["Could not submit to Google"] |
admin | List of strings representing administrative notes relating to the submission. | ["No email set for this account"] |