AI-generated Key Takeaways
-
AudienceExtensionError is an error type in the ForecastService and other services that deals with audience extension enabled line items.
-
This error type inherits from ApiError, which includes fields like fieldPath, fieldPathElements, trigger, and errorString.
-
AudienceExtensionError has a specific 'reason' field which is an enum indicating the cause of the error, such as invalid targeting, unsupported features, or exceeding limits.
-
Possible reasons for this error include issues with frequency caps, targeting, inventory units, creative rotation, external entity IDs, line item types, max bid, bulk updates, daily budget, existing external campaigns, feature enablement, linked accounts, creative size overrides, and the feature being deprecated.
-
The AudienceExtension feature is no longer supported and cannot be used, which is a possible reason for this error.
Errors associated with audience extension enabled line items
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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
|