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-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."],[[["The `FeedItemValidationError` object stores details about validation errors that occur during feed item processing."],["It includes the error code, a description of the error, and the feed attributes involved."],["If specific feed attributes caused the error, their IDs are listed in `feed_attribute_ids`; otherwise, the error applies to the entire feed item."],["Additional context or information about the error may be provided in the `extra_info` field."]]],[]]