AI-generated Key Takeaways
-
AudienceExtensionError is an error type used across various services including ForecastService, LineItemCreativeAssociationService, LineItemService, LineItemTemplateService, and OrderService.
-
This error indicates issues specifically related to line items that have audience extension enabled.
-
AudienceExtensionError inherits from ApiError and includes fields like fieldPath, fieldPathElements, trigger, and errorString.
-
Specific reasons for AudienceExtensionError include limitations on frequency caps, targeting restrictions to geography and specific inventory units, invalid creative rotation types, invalid external entity IDs, and restrictions on line item types and max bids.
-
Other reasons for this error involve issues with bulk updates, exceeding daily budgets, attempting to create multiple campaigns for the same line item, missing feature enablement or linked accounts, and limitations on creative size and field overrides.
-
Additional restrictions causing this error are related to the number of creative placeholders allowed, having multiple audience extension line items on an order, limitations when copying line items and creatives, and the deprecation of the audience extension feature.
Errors associated with audience extension enabled line items
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
AudienceExtensionError
|
|
|
The error reason represented by an enum. Enumerations
|