[[["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\u003eThe \u003ccode\u003eSegmentPopulationService\u003c/code\u003e allows for management of audience segments in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIdError\u003c/code\u003e and its associated \u003ccode\u003eIdErrorType\u003c/code\u003e are used for handling errors related to segment IDs.\u003c/p\u003e\n"],["\u003cp\u003ePotential error types include issues with the provided ID format or unknown errors.\u003c/p\u003e\n"]]],["The `SegmentPopulationService` depends on `IdError`, specifically `IdError.IdErrorType`. This type has two possible values: `INVALID_PUBLISHER_PROVIDED_ID_FORMAT`, indicating an issue with the format of a provided ID, and `UNKNOWN`, representing an unspecified error. These errors are defined within the namespace `https://www.google.com/apis/ads/publisher/v202411`. The key action is understanding these potential errors when interacting with the `SegmentPopulationService`.\n"],null,["# enum IdError.IdErrorType (v202411)\n\n**Service** \n**SegmentPopulationService** **Dependencies** \n[IdError](/ad-manager/api/reference/v202411/SegmentPopulationService.IdError) \n▼\n**IdError.IdErrorType**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|----------------------------------------|-------------|\n| `INVALID_PUBLISHER_PROVIDED_ID_FORMAT` | |\n| `UNKNOWN` | |"]]