FeedItemTargetError

  • This content describes possible errors related to feed item targets, represented as an enum.

  • Errors include issues like missing target fields on creation, existing targets, overlapping schedules, exceeding target limits, too many schedules per day, and duplicate ad schedules or keywords.

  • A feed item cannot have both an enabled campaign target and an enabled ad group target.

Enum describing possible feed item target errors.

Proto definition

Enums

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.

FEED_ITEM_SCHEDULES_CANNOT_OVERLAP

The schedules for a given feed item cannot overlap.

FEED_ITEM_TARGET_ALREADY_EXISTS

The specified feed item target already exists, so it cannot be added.

MUST_SET_TARGET_ONEOF_ON_CREATE

On CREATE, the FeedItemTarget must have a populated field in the oneof target.

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.

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.