type SegmentPopulationRequest (v202411)

  • The SegmentPopulationRequest object is used to manage segment memberships within Google Ad Manager.

  • It allows for batch updates, specifying segment IDs, deletion flags, identifier types, user IDs, and consent information.

  • IdentifierType and ConsentType are enumerations providing options for user identification and consent status.

  • This functionality resides within the SegmentPopulationService and is accessed via the updateSegmentMemberships method.


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

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