type SegmentPopulationResponse (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
SegmentPopulationService
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
batchUploadId
|
xsd:long
|
idErrors
|
IdError[]
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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 |"]]