adPolicyReviewStatus property

String? adPolicyReviewStatus
getter/setter pair

The policy review status of an ad, indicating where in the review process the ad is currently. Possible string values are:

  • "AD_POLICY_REVIEW_STATUS_UNKNOWN" : Unknown or not specified.
  • "REVIEW_IN_PROGRESS" : Currently under review.
  • "REVIEWED" : Primary review complete. Other reviews may still be in progress.
  • "UNDER_APPEAL" : Resubmitted for approval or a policy decision has been appealed.
  • "ELIGIBLE_MAY_SERVE" : Deemed eligible and may be serving. Further review could still follow.

Implementation

core.String? adPolicyReviewStatus;