type GenericTargetingError (v202502)

  • GenericTargetingError is a type of ApiError used in various services including AdjustmentService, ForecastService, and YieldGroupService.

  • This error type has fields inherited from ApiError such as fieldPath and trigger, along with its own specific field called reason.

  • The reason field indicates the specific cause of the targeting error, such as conflicting inclusion or exclusion of siblings or including descendants of excluded criteria.

  • The GenericTargetingError is part of the YieldGroupService and other services within the specified API namespace.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

GenericTargetingError

reason

GenericTargetingError.Reason


Enumerations
CONFLICTING_INCLUSION_OR_EXCLUSION_OF_SIBLINGS
INCLUDING_DESCENDANTS_OF_EXCLUDED_CRITERIA
UNKNOWN