[[["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 2024-11-19 UTC."],[[["The `SegmentPopulationService` allows for management of audience segments in Google Ad Manager."],["`IdError` and its associated `IdErrorType` are used for handling errors related to segment IDs."],["Potential error types include issues with the provided ID format or unknown errors."]]],["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"]]