enum AudienceSegmentApprovalStatus (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
AudienceSegmentService
Approval status values for ThirdPartyAudienceSegment objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eAudienceSegmentApprovalStatus\u003c/code\u003e outlines the different approval states for Third-Party Audience Segments within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThese states dictate whether a segment is eligible for targeting, ranging from unapproved and pending review to approved or rejected.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAudienceSegmentApprovalStatus\u003c/code\u003e can have one of four values: \u003ccode\u003eUNAPPROVED\u003c/code\u003e, \u003ccode\u003eAPPROVED\u003c/code\u003e, \u003ccode\u003eREJECTED\u003c/code\u003e, or \u003ccode\u003eUNKNOWN\u003c/code\u003e.\u003c/p\u003e\n"]]],["The content defines `AudienceSegmentApprovalStatus` for `ThirdPartyAudienceSegment` objects, detailing their state. Possible statuses include `UNAPPROVED` (pending approval, untargetable), `APPROVED` (approved, targetable), and `REJECTED` (rejected, untargetable). An `UNKNOWN` status is also possible when the API version doesn't expose the value. This is within the `https://www.google.com/apis/ads/publisher/v202408` namespace.\n"],null,["# enum AudienceSegmentApprovalStatus (v202408)\n\n**Service** \n**AudienceSegmentService** **Dependencies** \n[ThirdPartyAudienceSegment](/ad-manager/api/reference/v202408/AudienceSegmentService.ThirdPartyAudienceSegment) \n▼\n**AudienceSegmentApprovalStatus**\n\nApproval status values for [ThirdPartyAudienceSegment](/ad-manager/api/reference/v202408/AudienceSegmentService.ThirdPartyAudienceSegment) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|--------------|-------------------------------------------------------------------------------------------|\n| `UNAPPROVED` | Specifies that this segment is waiting to be approved or rejected. It cannot be targeted. |\n| `APPROVED` | Specifies that this segment is approved and can be targeted. |\n| `REJECTED` | Specifies that this segment is rejected and cannot be targeted. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]