[[["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."],[],["The `SegmentPopulationService` uses the `updateSegmentMemberships()` function to manage segment populations. This involves using `SegmentPopulationRequest`, which includes fields like `batchUploadId`, `segmentId`, and `isDeletion`. The service also handles identifier types (`identifierType`) like `PUBLISHER_PROVIDED_IDENTIFIER` and `UNKNOWN`. It manages lists of `ids` and user consent via the `consentType` field, with options such as `GRANTED`, `DENIED`, `UNSET`, and `UNKNOWN`. The namespace for the service is provided.\n"],null,["**Service** \n**SegmentPopulationService** **Dependencies** \n[updateSegmentMemberships()](/ad-manager/api/reference/v202502/SegmentPopulationService#updateSegmentMemberships) \n▼\n**SegmentPopulationRequest**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Field ||\n|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `batchUploadId` | ` `xsd:`long` \u003cbr /\u003e |\n| `segmentId` | ` `xsd:`long` \u003cbr /\u003e |\n| `isDeletion` | ` `xsd:`boolean` \u003cbr /\u003e |\n| `identifierType` | ` `[IdentifierType](/ad-manager/api/reference/v202502/SegmentPopulationService.IdentifierType)` ` *** ** * ** *** **Enumerations** `PUBLISHER_PROVIDED_IDENTIFIER` : `UNKNOWN` : \u003cbr /\u003e |\n| `ids` | ` `xsd:`string[]` \u003cbr /\u003e |\n| `consentType` | ` `[ConsentType](/ad-manager/api/reference/v202502/SegmentPopulationService.ConsentType)` ` *** ** * ** *** **Enumerations** `UNSET` : `GRANTED` : `DENIED` : `UNKNOWN` : \u003cbr /\u003e |"]]