AI-generated Key Takeaways
- 
          AudienceSegmentApprovalStatus is an enumeration used with ThirdPartyAudienceSegment objects. 
- 
          It defines statuses like UNAPPROVED, APPROVED, REJECTED, and UNKNOWN for audience segments. 
- 
          Segments with UNAPPROVED or REJECTED status cannot be targeted, while APPROVED segments can. 
                  Service
               
               
                  AudienceSegmentService
               
            
                  Dependencies
               
               
                  ThirdPartyAudienceSegment
                  
            ▼
                  AudienceSegmentApprovalStatus
               Approval status values for ThirdPartyAudienceSegment objects.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202505
| Enumeration | Description | 
|---|---|
| UNAPPROVED | Specifies that this segment is waiting to be approved or rejected. It cannot be targeted. | 
| APPROVED | Specifies that this segment is approved and can be targeted. | 
| REJECTED | Specifies that this segment is rejected and cannot be targeted. | 
| UNKNOWN | The value returned if the actual value is not exposed by the requested API version. |