A request to upload identifiers to an AudienceSegment.
Namespace
https://www.google.com/apis/ads/publisher/v202508
Field
batchUploadId
xsd:long
The ID of the batch that will process identifiers. If not specified, it will be
provided by Google. The same ID can be used in subsequent requests to group them together as
part of the same batch.
segmentId
xsd:long
The ID of the segment to populate. This segment must be active.
isDeletion
xsd:boolean
Whether the identifiers should be added or removed.
[[["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-13 UTC."],[],[],null,["# type SegmentPopulationRequest (v202508)\n\n**Service** \n**SegmentPopulationService** **Dependencies** \n[updateSegmentMemberships()](/ad-manager/api/reference/v202508/SegmentPopulationService#updateSegmentMemberships) \n▼\n**SegmentPopulationRequest**\n\nA request to upload identifiers to an AudienceSegment.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202508`\n\n| Field ----- ||\n|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `batchUploadId` | ` `xsd:`long` The ID of the batch that will process `identifiers`. If not specified, it will be provided by Google. The same ID can be used in subsequent requests to group them together as part of the same batch. |\n| ### `segmentId` | ` `xsd:`long` The ID of the segment to populate. This segment must be active. |\n| ### `isDeletion` | ` `xsd:`boolean` Whether the identifiers should be added or removed. |\n| ### `identifierType` | ` `[IdentifierType](/ad-manager/api/reference/v202508/SegmentPopulationService.IdentifierType)` ` The type of identifier being operated upon. *** ** * ** *** **Enumerations** `PUBLISHER_PROVIDED_IDENTIFIER` : `UNKNOWN` : \u003cbr /\u003e |\n| ### `ids` | ` `xsd:`string[]` The identifiers to upload. This field may have a maximum size of 100,000 elements. |\n| ### `consentType` | ` `[ConsentType](/ad-manager/api/reference/v202508/SegmentPopulationService.ConsentType)` ` Consent type gathered for all identifiers in this request. *** ** * ** *** **Enumerations** `UNSET` : `GRANTED` : `DENIED` : `UNKNOWN` : \u003cbr /\u003e |"]]