My favorites | English | Sign in

AdWords API v2009

v2009 Docs | v13 Docs

abstract type EntityCountLimitExceeded

Signals that an entity count limit was exceeded for some level. For example, too many criteria for a campaign.

Namespace

  • https://adwords.google.com/api/adwords/cm/v200909

Fields

Field Type Description

ApiError (inherited)

fieldPath xsd:string The OGNL field path to identify cause of error.
trigger xsd:string The data that caused the error.
ApiError.Type xsd:string This field indicates the subtype of ApiError of this instance. It is ignored on input, and instead xsi:type should be specified.

EntityCountLimitExceeded

reason EntityCountLimitExceeded.Re... Specifies which level's limit was exceeded.
  1. Enumerations
    1. ACCOUNT_LIMIT
    2. CAMPAIGN_LIMIT
    3. ADGROUP_LIMIT
enclosingId xsd:string Id of the entity whose limit was exceeded.
limit xsd:int The limit which was exceeded.