Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202508.SegmentPopulationRequest Class Reference

A request to upload identifiers to an AudienceSegment. More...

Properties

long batchUploadId [get, set]
 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. More...
 
bool batchUploadIdSpecified [get, set]
 
long segmentId [get, set]
 The ID of the segment to populate. This segment must be active. More...
 
bool segmentIdSpecified [get, set]
 
bool isDeletion [get, set]
 Whether the identifiers should be added or removed. More...
 
bool isDeletionSpecified [get, set]
 
IdentifierType identifierType [get, set]
 The type of identifier being operated upon. More...
 
bool identifierTypeSpecified [get, set]
 
string[] ids [get, set]
 The identifiers to upload. This field may have a maximum size of 100,000 elements. More...
 
ConsentType consentType [get, set]
 Consent type gathered for all identifiers in this request. More...
 
bool consentTypeSpecified [get, set]
 

Detailed Description

A request to upload identifiers to an AudienceSegment.

Property Documentation

long Google.Api.Ads.AdManager.v202508.SegmentPopulationRequest.batchUploadId
getset

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.

bool Google.Api.Ads.AdManager.v202508.SegmentPopulationRequest.batchUploadIdSpecified
getset

true, if a value is specified for batchUploadId, false otherwise.

ConsentType Google.Api.Ads.AdManager.v202508.SegmentPopulationRequest.consentType
getset

Consent type gathered for all identifiers in this request.

bool Google.Api.Ads.AdManager.v202508.SegmentPopulationRequest.consentTypeSpecified
getset

true, if a value is specified for consentType, false otherwise.

IdentifierType Google.Api.Ads.AdManager.v202508.SegmentPopulationRequest.identifierType
getset

The type of identifier being operated upon.

bool Google.Api.Ads.AdManager.v202508.SegmentPopulationRequest.identifierTypeSpecified
getset

true, if a value is specified for identifierType, false otherwise.

string [] Google.Api.Ads.AdManager.v202508.SegmentPopulationRequest.ids
getset

The identifiers to upload. This field may have a maximum size of 100,000 elements.

bool Google.Api.Ads.AdManager.v202508.SegmentPopulationRequest.isDeletion
getset

Whether the identifiers should be added or removed.

bool Google.Api.Ads.AdManager.v202508.SegmentPopulationRequest.isDeletionSpecified
getset

true, if a value is specified for isDeletion, false otherwise.

long Google.Api.Ads.AdManager.v202508.SegmentPopulationRequest.segmentId
getset

The ID of the segment to populate. This segment must be active.

bool Google.Api.Ads.AdManager.v202508.SegmentPopulationRequest.segmentIdSpecified
getset

true, if a value is specified for segmentId, false otherwise.


The documentation for this class was generated from the following file: