type SegmentPopulationRequest (v202505)

  • SegmentPopulationRequest is part of the SegmentPopulationService and is used with the updateSegmentMemberships() function.

  • The SegmentPopulationRequest includes fields such as batchUploadId, segmentId, isDeletion, identifierType, ids, and consentType.

  • IdentifierType and ConsentType are enumerations with specific possible values.


Namespace
https://www.google.com/apis/ads/publisher/v202505

Field

batchUploadId

xsd:long

segmentId

xsd:long

isDeletion

xsd:boolean

identifierType

IdentifierType


Enumerations
PUBLISHER_PROVIDED_IDENTIFIER
UNKNOWN

ids

xsd:string[]

consentType

ConsentType


Enumerations
UNSET
GRANTED
DENIED
UNKNOWN