adPolicyApprovalStatus property

String? adPolicyApprovalStatus
getter/setter pair

The policy approval status of an ad, indicating the approval decision. Possible string values are:

  • "AD_POLICY_APPROVAL_STATUS_UNKNOWN" : Unknown or not specified.
  • "DISAPPROVED" : Will not serve.
  • "APPROVED_LIMITED" : Will serve with restrictions.
  • "APPROVED" : Will serve without restrictions.
  • "AREA_OF_INTEREST_ONLY" : Will not serve in targeted countries, but may serve for users who are searching for information about the targeted countries.

Implementation

core.String? adPolicyApprovalStatus;