AI-generated Key Takeaways
-
InventoryTargetingError lists errors caused by associating a line item with a targeting expression within the ProposalLineItemService.
-
This error inherits from ApiError and includes fields for fieldPath, fieldPathElements, trigger, and errorString.
-
The InventoryTargetingError has a specific "reason" field indicating the cause, such as required placements/units, conflicting targeting/exclusion, or issues with targeting ancestor or self-only inventory units.
-
Specific reasons include limitations related to targeting child units based on ancestor targeting or exclusion, and restrictions on targeting explicitly targeted or self-only units.
-
Targeting YouTube audience segments is restricted to YouTube shared inventory for cross-selling.
Lists all inventory errors caused by associating a line item with a targeting expression.
- 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. |
InventoryTargetingError
|
|
|
The error reason represented by an enum. Enumerations
|