When a content review object is created, an associated submission status object is created with details about that specific content review submission.
Attributes
JobId
string
JobId
stringUnique identifier for the content review submission job.
Status
enum
Status
enumStatus of the content review submission job.
Possible enum values |
---|
QUEUED |
RUNNING |
COMPLETED |
Source
enum
Source
enumThe source of where the request has come from. Only CONTENT_API
is supported currently.
Type
enum
Type
enumThe type of compliance content being created or updated. Only PAGE
is the supported value currently.
StartDate
datetime
StartDate
datetimeDate and time (in ISO 8601) when the content review job started.
EndDate
datetime
EndDate
datetimeDate and time (in ISO 8601) when the content review job completed. Only appears if Status
is COMPLETED
.
Success
integer
Success
integerThe number of items that were successfully processed. Only appears if Status
is COMPLETED
.
PartialSuccess
integer
PartialSuccess
integerThe number of items that had non-required fields issues, but were still processed. Only appears if Status
is COMPLETED
.
Error
integer
Error
integerThe number of items that had required fields issues. These items were not successfully processed. Only appears if Status
is COMPLETED
.
ResponseUri
string
ResponseUri
stringThe URI to view the result of the job. Only appears if Status
is COMPLETED
.
{
"JobId": "content_api_1603459292102",
"Status": "COMPLETED",
"Source": "CONTENT_API",
"Type": "PAGE",
"StartDate": "2020-10-23T06:21:32-07:00",
"EndDate": "2020-10-23T06:22:18-07:00",
"Success": "4",
"PartialSuccess": "1",
"Error": "2",
"ResponseUri": "/Advertisers/IRvScb9a8kZw10057omVV4z2VMKSHVd6z1/Compliance/Content/ComplianceAPISubmissions/Response/content_api_1603459292102"
}