type EntityLimitReachedError (v202502)

  • EntityLimitReachedError is a type of error that can be returned by various Ad Manager services when an entity limit is reached.

  • This error type inherits from the ApiError class and includes a reason field indicating the specific limit that was exceeded.

  • The reason field is an enumeration with values for various limits, such as limits on custom targeting values, line items, and sites.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

EntityLimitReachedError

reason

EntityLimitReachedError.Reason


Enumerations
CUSTOM_TARGETING_VALUES_LIMIT_REACHED
AD_EXCLUSION_RULES_LIMIT_REACHED
FIRST_PARTY_AUDIENCE_SEGMENTS_LIMIT_REACHED
PLACEMENTS_LIMIT_REACHED
LINE_ITEMS_LIMIT_REACHED
ACTIVE_LINE_ITEMS_LIMIT_REACHED
DAI_ENCODING_PROFILES_LIMIT_REACHED
TRAFFIC_FORECAST_SEGMENTS_LIMIT_REACHED
FORECAST_ADJUSTMENTS_LIMIT_REACHED
ACTIVE_EXPERIMENTS_LIMIT_REACHED
SITES_LIMIT_REACHED
USER_TEAMS_LIMIT_REACHED
ACTIVE_TARGETING_PRESETS_LIMIT_REACHED
UNKNOWN