[[["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-02-13 UTC."],[[["The `SegmentPopulationService` allows for updating segment memberships using the `updateSegmentMemberships` method, utilizing the `SegmentPopulationRequest` structure."],["The `SegmentPopulationRequest` encompasses fields like `segmentId`, `identifierType`, `ids`, and `consentType` to manage segment populations."],["`identifierType` can be `PUBLISHER_PROVIDED_IDENTIFIER` or `UNKNOWN`, while `consentType` options include `UNSET`, `GRANTED`, `DENIED`, or `UNKNOWN`."],["`SegmentPopulationRequest` enables adding or removing users from first-party segments using their identifiers and consent status."],["This service is accessed through the namespace `https://www.google.com/apis/ads/publisher/v202402`."]]],["The `SegmentPopulationService` uses the `updateSegmentMemberships` method to manage segment populations. This involves the `SegmentPopulationRequest`, which includes parameters like `batchUploadId`, `segmentId`, and `isDeletion` to define the operation. It also specifies `identifierType` and `ids` for targeting, alongside `consentType` to manage user consent status, with available enumeration options such as `PUBLISHER_PROVIDED_IDENTIFIER` and `GRANTED`. The service operates within the specified namespace.\n"]]