[[["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-08-20 UTC."],[[["The `SegmentPopulationService` allows for managing segment memberships within Google Ad Manager."],["It primarily uses the `updateSegmentMemberships` method to modify existing segment memberships."],["Responses from the service are encapsulated in the `SegmentPopulationResponse` object, which can contain information about batch uploads and errors."],["Key fields in the response include `batchUploadId` for tracking bulk operations and `idErrors` for identifying specific issues."],["The service operates within the `https://www.google.com/apis/ads/publisher/v202408` namespace."]]],["The `SegmentPopulationService`'s `updateSegmentMemberships()` method updates segment memberships. This operation returns a `SegmentPopulationResponse`, which contains a `batchUploadId` (a long integer) and an array of `IdError` objects. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`. This response indicates the status of the segment membership update, providing details via error information when necessary.\n"]]