type DayPartTargetingError (v202411)

  • DayPartTargetingError is a type of error that occurs when there are issues with the targeting settings related to specific times of the day.

  • It is part of the YieldGroupService within the Google Ad Manager API.

  • The error can be caused by various reasons, including invalid hours or minutes, end times not being after start times, or overlapping time periods.

  • The reason field provides specific information about the cause of the error, such as INVALID_HOUR or TIME_PERIODS_OVERLAP.

  • This error is inherited from ApiError, providing additional context with fields like fieldPath and errorString.


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

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