Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
ShoppingProductError
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.
[null,null,["Last updated 2024-10-12 UTC."],[[["This enum outlines potential errors encountered when querying shopping products."],["Errors can indicate missing campaign or ad group filters, unsupported date segmentation, or unspecified/unknown issues."],["Each enum value provides a specific reason for the shopping product query error."]]],["The document defines an enum for errors encountered when querying shopping products. Key error types include `UNSPECIFIED` (general), `UNKNOWN` (unrecognized error code), `MISSING_CAMPAIGN_FILTER` (lack of campaign filter), `MISSING_AD_GROUP_FILTER` (lack of ad group filter), and `UNSUPPORTED_DATE_SEGMENTATION` (incompatible date segmentation). These errors indicate issues with the query structure or requested operations.\n"]]