type SegmentPopulationRequest (v202411)

  • 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 can be PUBLISHER_PROVIDED_IDENTIFIER or UNKNOWN, while ConsentType can be UNSET, GRANTED, DENIED, or UNKNOWN.


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