enum SegmentPopulationError.Reason (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Service
SegmentPopulationService
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
TOO_MANY_IDENTIFIERS
|
|
INVALID_SEGMENT
|
|
JOB_ALREADY_STARTED
|
|
NO_IDENTIFIERS
|
|
NO_CONSENT
|
|
UNKNOWN
|
|
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\u003eThe \u003ccode\u003eSegmentPopulationService\u003c/code\u003e helps manage populations (groups of users) based on segments in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSegmentPopulationError\u003c/code\u003e and its nested \u003ccode\u003eReason\u003c/code\u003e enumeration provide error handling for segment population operations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSegmentPopulationError.Reason\u003c/code\u003e includes specific error types like using too many identifiers, invalid segments, or encountering issues related to consent and existing jobs.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for these components is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `SegmentPopulationService` uses `SegmentPopulationError` to handle issues. Key errors include `TOO_MANY_IDENTIFIERS`, indicating an excess of provided identifiers, and `NO_IDENTIFIERS`, indicating the absence of identifiers. Other errors are `INVALID_SEGMENT`, `JOB_ALREADY_STARTED`, `NO_CONSENT`, and `UNKNOWN`. These are found in the `https://www.google.com/apis/ads/publisher/v202411` namespace, and describe potential problems encountered when using the service.\n"],null,["# enum SegmentPopulationError.Reason (v202411)\n\n**Service** \n**SegmentPopulationService** **Dependencies** \n[SegmentPopulationError](/ad-manager/api/reference/v202411/SegmentPopulationService.SegmentPopulationError) \n▼\n**SegmentPopulationError.Reason**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|------------------------|-------------|\n| `TOO_MANY_IDENTIFIERS` | |\n| `INVALID_SEGMENT` | |\n| `JOB_ALREADY_STARTED` | |\n| `NO_IDENTIFIERS` | |\n| `NO_CONSENT` | |\n| `UNKNOWN` | |"]]