FeedItemTargetError
Enum describing possible feed item target errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
MUST_SET_TARGET_ONEOF_ON_CREATE
|
On CREATE, the FeedItemTarget must have a populated field in the oneof target. |
FEED_ITEM_TARGET_ALREADY_EXISTS
|
The specified feed item target already exists, so it cannot be added. |
FEED_ITEM_SCHEDULES_CANNOT_OVERLAP
|
The schedules for a given feed item cannot overlap. |
TARGET_LIMIT_EXCEEDED_FOR_GIVEN_TYPE
|
Too many targets of a given type were added for a single feed item. |
TOO_MANY_SCHEDULES_PER_DAY
|
Too many AdSchedules are enabled for the feed item for the given day. |
CANNOT_HAVE_ENABLED_CAMPAIGN_AND_ENABLED_AD_GROUP_TARGETS
|
A feed item may either have an enabled campaign target or an enabled ad group target. |
DUPLICATE_AD_SCHEDULE
|
Duplicate ad schedules aren't allowed. |
DUPLICATE_KEYWORD
|
Duplicate keywords aren't allowed. |
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 2024-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["This enum describes potential errors encountered when managing feed item targets in online advertising."],["Errors can indicate issues such as missing required fields, overlapping schedules, exceeding target limits, or conflicting target types."],["Specific error codes like `MUST_SET_TARGET_ONEOF_ON_CREATE`, `FEED_ITEM_TARGET_ALREADY_EXISTS` provide detailed reasons for target creation failures."],["Ad schedules and keywords must be unique to avoid `DUPLICATE_AD_SCHEDULE` and `DUPLICATE_KEYWORD` errors."],["Feed items can target either campaigns or ad groups, but not both simultaneously, as indicated by `CANNOT_HAVE_ENABLED_CAMPAIGN_AND_ENABLED_AD_GROUP_TARGETS`."]]],[]]