type IdError (v202411)

  • The IdError object, within the SegmentPopulationService, is used to indicate errors related to segment population IDs.

  • It provides two fields: index identifying the position of the error and errorType specifying the nature of the ID error, such as invalid format or unknown ID.

  • The errorType field uses the IdError.IdErrorType enumeration which includes values like INVALID_PUBLISHER_PROVIDED_ID_FORMAT and UNKNOWN.


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

Field

index

xsd:long

errorType

IdError.IdErrorType


Enumerations
INVALID_PUBLISHER_PROVIDED_ID_FORMAT
UNKNOWN