type AudienceExtensionError (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
AudienceExtensionError is an error related to audience extension enabled line items.
This error inherits from ApiError and 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 like frequency caps, or issues with associated entities and settings.
The reasons provided cover various restrictions and limitations when working with audience extension line items, including allowed line item types, targeting options, and creative associations.
The FEATRUE_DEPRECATED reason indicates that audience extension is no longer a supported feature.
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)}.
trigger
xsd:string
The data that caused the error.
errorString
xsd:string
A simple string representation of the error and reason.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["This document details error handling within ad management services, specifically focusing on `AudienceExtensionError`. It lists service interactions like `ForecastService`, `LineItemService`, and `OrderService`. Errors inherit from `ApiError` and encompass various issues like invalid targeting, unsupported features, incorrect creative settings, external entity ID issues, and budget problems, such as `INVALID_MAX_BID`, `MAX_DAILY_BUDGET_AMOUNT_EXCEEDED`. Several restrictions on line item types and settings, such as creative rotation and targeting, are outlined.\n"]]