type AudienceExtensionError (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Errors associated with audience extension enabled line items
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
ApiError (inherited)
|
fieldPath
|
xsd:string
The OGNL field path to identify cause of error.
|
fieldPathElements
|
FieldPathElement[]
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.
|
AudienceExtensionError
|
reason
|
AudienceExtensionError.Reason
The error reason represented by an enum.
Enumerations
-
FREQUENCY_CAPS_NOT_SUPPORTED
- Frequency caps are not supported by audience extension line items
-
INVALID_TARGETING
- Audience extension line items can only target geography
-
INVENTORY_UNIT_TARGETING_INVALID
- Audience extension line items can only target audience extension inventory units
-
INVALID_CREATIVE_ROTATION
- Audience extension line items do not support CreativeRotationType.SEQUENTIAL.
-
INVALID_EXTERNAL_ENTITY_ID
- The given ID of the external entity is not valid
-
INVALID_LINE_ITEM_TYPE
- Audience extension line items only support LineItemType.STANDARD.
-
INVALID_MAX_BID
- Audience extension max bid is invalid when it is greater then the max budget.
-
AUDIENCE_EXTENSION_BULK_UPDATE_NOT_ALLOWED
- Bulk update for audience extension line items is not allowed.
-
UNEXPECTED_AUDIENCE_EXTENSION_ERROR
- An unexpected error occurred.
-
MAX_DAILY_BUDGET_AMOUNT_EXCEEDED
- The value entered for the maximum daily budget on an audience extension line item exceeds
the maximum allowed.
-
EXTERNAL_CAMPAIGN_ALREADY_EXISTS
- Creating a campaign for a line item that already has an associated campaign is not allowed.
-
AUDIENCE_EXTENSION_WITHOUT_FEATURE
- Audience extension was specified on a line item but the feature was not
enabled.
-
AUDIENCE_EXTENSION_WITHOUT_LINKED_ACCOUNT
- Audience extension was specified on a line item but no audience extension account has
been linked.
-
CANNOT_OVERRIDE_CREATIVE_SIZE_WITH_AUDIENCE_EXTENSION
- Assocation creative size overrides are not allowed with audience extension.
-
CANNOT_OVERRIDE_FIELD_WITH_AUDIENCE_EXTENSION
- Some association overrides are not allowed with audience extension.
-
ONLY_ONE_CREATIVE_PLACEHOLDER_ALLOWED
- Only one creative placeholder is allowed for an audience extension line item.
-
MULTIPLE_AUDIENCE_EXTENSION_LINE_ITEMS_ON_ORDER
- Only one audience extension line item can be associated with a given order.
-
CANNOT_COPY_AUDIENCE_EXTENSION_LINE_ITEMS_AND_CREATIVES_TOGETHER
- Audience extension line items must be copied separately from their associated creatives.
-
FEATURE_DEPRECATED
- Audience extension is no longer supported and cannot be used.
-
UNKNOWN
- The value returned if the actual value is not exposed by the requested API version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eAudienceExtensionError objects represent errors specific to audience extension enabled line items in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThese errors can occur due to various reasons such as unsupported frequency caps, invalid targeting, or exceeding maximum daily budget.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereason\u003c/code\u003e field provides a specific code indicating the nature of the error encountered.\u003c/p\u003e\n"],["\u003cp\u003eAudience extension line items have certain restrictions, such as only supporting standard line item types and sequential creative rotation.\u003c/p\u003e\n"],["\u003cp\u003eRefer to the AudienceExtensionError.Reason enumeration for detailed descriptions of each error reason.\u003c/p\u003e\n"]]],["This content outlines the `AudienceExtensionError` within the Ad Manager API, specifically version 202411. It details errors that can occur when managing audience extension-enabled line items. Key actions include handling various error scenarios, such as invalid targeting, unsupported features (like frequency caps or sequential creative rotation), incorrect line item types, invalid bids, or issues with external entities or associated campaigns. It also defines restrictions like only one audience extension line item per order. Each `ApiError` type contains data related to the error such as `fieldPath`, `trigger`, `errorString` and `fieldPathElements`.\n"],null,[]]