type DayPartTargetingError (v202505)

  • DayPartTargetingError is a type of API error related to targeting ads based on time periods.

  • This error can occur in various services including ForecastService, LineItemService, OrderService, and YieldGroupService.

  • The error includes specific reasons such as invalid hours, invalid minutes, end time not after start time, or overlapping time periods.

  • It inherits properties from ApiError such as fieldPath and trigger.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

DayPartTargetingError

reason

DayPartTargetingError.Reason


Enumerations
INVALID_HOUR
INVALID_MINUTE
END_TIME_NOT_AFTER_START_TIME
TIME_PERIODS_OVERLAP
UNKNOWN