Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
FeedItemValidationError
Stay organized with collections
Save and categorize content based on your preferences.
Stores a validation error and the set of offending feed attributes which together are responsible for causing a feed item validation error.
Fields |
validation_error
|
FeedItemValidationError
Output only. Error code indicating what validation error was triggered. The description of the error can be found in the 'description' field.
|
feed_attribute_ids[]
|
int64
Output only. Set of feed attributes in the feed item flagged during validation. If empty, no specific feed attributes can be associated with the error (for example, error across the entire feed item).
|
description
|
string
Output only. The description of the validation error.
|
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-11-25 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-11-25 UTC."],[[["The `FeedItemValidationDetails` object stores information about validation errors that occur when processing feed items."],["It includes the error code, description, and any relevant feed attributes that caused the error."],["If no specific attributes are associated with the error, the `feed_attribute_ids` field will be empty."],["Additional information about the error can be found in the `extra_info` field, but it may not be localized."]]],[]]