[[["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 managing segment memberships within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eIt primarily uses the \u003ccode\u003eupdateSegmentMemberships\u003c/code\u003e method to modify existing segment memberships.\u003c/p\u003e\n"],["\u003cp\u003eResponses from the service are encapsulated in the \u003ccode\u003eSegmentPopulationResponse\u003c/code\u003e object, which can contain information about batch uploads and errors.\u003c/p\u003e\n"],["\u003cp\u003eKey fields in the response include \u003ccode\u003ebatchUploadId\u003c/code\u003e for tracking bulk operations and \u003ccode\u003eidErrors\u003c/code\u003e for identifying specific issues.\u003c/p\u003e\n"],["\u003cp\u003eThe service operates within the \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],["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"],null,["# type SegmentPopulationResponse (v202408)\n\n**Service** \n**SegmentPopulationService** **Dependencies** \n[updateSegmentMemberships()](/ad-manager/api/reference/v202408/SegmentPopulationService#updateSegmentMemberships) \n▼\n**SegmentPopulationResponse**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|---------------------|---------------------------------------------------------------------------------------------|\n| ### `batchUploadId` | ` `xsd:`long` \u003cbr /\u003e |\n| ### `idErrors` | ` `[IdError](/ad-manager/api/reference/v202408/SegmentPopulationService.IdError)`[]` \u003cbr /\u003e |"]]