Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
FeedError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible feed errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
ATTRIBUTE_NAMES_NOT_UNIQUE
|
The names of the FeedAttributes must be unique. |
ATTRIBUTES_DO_NOT_MATCH_EXISTING_ATTRIBUTES
|
The attribute list must be an exact copy of the existing list if the attribute ID's are present. |
CANNOT_SPECIFY_USER_ORIGIN_FOR_SYSTEM_FEED
|
Cannot specify USER origin for a system generated feed. |
CANNOT_SPECIFY_GOOGLE_ORIGIN_FOR_NON_SYSTEM_FEED
|
Cannot specify GOOGLE origin for a non-system generated feed. |
CANNOT_SPECIFY_FEED_ATTRIBUTES_FOR_SYSTEM_FEED
|
Cannot specify feed attributes for system feed. |
CANNOT_UPDATE_FEED_ATTRIBUTES_WITH_ORIGIN_GOOGLE
|
Cannot update FeedAttributes on feed with origin GOOGLE. |
FEED_REMOVED
|
The given ID refers to a removed Feed. Removed Feeds are immutable. |
INVALID_ORIGIN_VALUE
|
The origin of the feed is not valid for the client. |
FEED_ORIGIN_IS_NOT_USER
|
A user can only create and modify feeds with USER origin. |
INVALID_AUTH_TOKEN_FOR_EMAIL
|
Invalid auth token for the given email. |
INVALID_EMAIL
|
Invalid email specified. |
DUPLICATE_FEED_NAME
|
Feed name matches that of another active Feed. |
INVALID_FEED_NAME
|
Name of feed is not allowed. |
MISSING_OAUTH_INFO
|
Missing OAuthInfo. |
NEW_ATTRIBUTE_CANNOT_BE_PART_OF_UNIQUE_KEY
|
New FeedAttributes must not affect the unique key. |
TOO_MANY_ATTRIBUTES
|
Too many FeedAttributes for a Feed. |
INVALID_BUSINESS_ACCOUNT
|
The business account is not valid. |
BUSINESS_ACCOUNT_CANNOT_ACCESS_LOCATION_ACCOUNT
|
Business account cannot access Business Profile. |
INVALID_AFFILIATE_CHAIN_ID
|
Invalid chain ID provided for affiliate location feed. |
DUPLICATE_SYSTEM_FEED
|
There is already a feed with the given system feed generation data. |
GMB_ACCESS_ERROR
|
An error occurred accessing Business Profile. |
CANNOT_HAVE_LOCATION_AND_AFFILIATE_LOCATION_FEEDS
|
A customer cannot have both LOCATION and AFFILIATE_LOCATION feeds. |
LEGACY_EXTENSION_TYPE_READ_ONLY
|
Feed-based extension is read-only for this extension type. |
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-10-12 UTC.
[[["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 2024-10-12 UTC."],[[["This enum describes potential errors encountered when working with feeds."],["Errors can relate to feed attributes, origin, authorization, names, and uniqueness constraints."],["System and user-generated feeds have specific restrictions and requirements detailed by the error codes."],["Business accounts and affiliate locations have dedicated error codes for access and validation issues."],["Certain extension types are read-only and cannot be modified using feeds."]]],["The content defines possible errors when working with feeds. Key issues include non-unique attribute names, mismatches with existing attributes, and incorrect origins (USER or GOOGLE) for system vs. non-system feeds. Other problems arise from removed feeds, invalid origins, authentication issues, duplicate or invalid feed names, missing OAuth information, and unique key violations. There are also errors related to exceeding attribute limits, business account inaccessibility, and conflicts between location and affiliate location feeds.\n"]]