FeedItemSetError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible feed item set errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
FEED_ITEM_SET_REMOVED
|
The given ID refers to a removed FeedItemSet. |
CANNOT_CLEAR_DYNAMIC_FILTER
|
The dynamic filter of a feed item set cannot be cleared on UPDATE if it exists. A set is either static or dynamic once added, and that cannot change. |
CANNOT_CREATE_DYNAMIC_FILTER
|
The dynamic filter of a feed item set cannot be created on UPDATE if it does not exist. A set is either static or dynamic once added, and that cannot change. |
INVALID_FEED_TYPE
|
FeedItemSets can only be made for location or affiliate location feeds. |
DUPLICATE_NAME
|
FeedItemSets duplicate name. Name should be unique within an account. |
WRONG_DYNAMIC_FILTER_FOR_FEED_TYPE
|
The feed type of the parent Feed is not compatible with the type of dynamic filter being set. For example, you can only set dynamic_location_set_filter for LOCATION feed item sets. |
DYNAMIC_FILTER_INVALID_CHAIN_IDS
|
Chain ID specified for AffiliateLocationFeedData is invalid. |
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-05-29 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-05-29 UTC."],[[["This enum outlines potential errors encountered when working with feed item sets in Google Ads."],["Errors can indicate issues like invalid feed types, duplicate names, or problems with dynamic filters."],["Certain operations on dynamic filters, like clearing or creating them after initial setup, are restricted."],["When using dynamic filters, ensure compatibility between the parent feed type and the filter type being applied."],["Using invalid Chain IDs for AffiliateLocationFeedData in dynamic filters will also trigger an error."]]],[]]