[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]