Hello i seem to be having an issue with Rsa ads. I am getting this response back from API
for one of the headlines. The approval status is UNKNOWN while the review status is REVIEWED.
1. Is this correct?
2. Why is API response status UNKNOWN and not DISAPPROVED like UI ?
3. If this is not going to be fixed | fix will take some time is it safe to assume that the combination of REVIEWED with UNKNOWN == DISAPPROVED
Thank you,
API
headlines {
text: "modified_disapproved_text"
asset_performance_label: PENDING
policy_summary_info {
policy_topic_entries {
type_: FULLY_LIMITED
constraints {
}
topic: "SENSITIVE_EVENTS"
}
review_status: REVIEWED
approval_status: UNKNOWN
}
}
UI